FreeBSD Bugzilla – Attachment 217233 Details for
Bug 248444
/usr/sbin/jail crashes when parsing certain configuration files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for jail
PR248444.diff (text/plain), 543 bytes, created by
Akos Somfai
on 2020-08-15 17:49:47 UTC
(
hide
)
Description:
proposed patch for jail
Filename:
MIME Type:
Creator:
Akos Somfai
Created:
2020-08-15 17:49:47 UTC
Size:
543 bytes
patch
obsolete
>Index: usr.sbin/jail/config.c >=================================================================== >--- usr.sbin/jail/config.c (revision 363417) >+++ usr.sbin/jail/config.c (working copy) >@@ -393,7 +393,8 @@ > else > for (ipnum = IP__NULL + 1; ipnum < IP_NPARAM; ipnum++) > if (!(intparams[ipnum].flags & PF_CONV) && >- equalopts(name, intparams[ipnum].name)) { >+ equalopts(name, intparams[ipnum].name) && >+ !(p->flags & PF_VAR)) { > j->intparams[ipnum] = np; > np->flags |= intparams[ipnum].flags; > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248444
: 217233