FreeBSD Bugzilla – Attachment 141384 Details for
Bug 188159
Capsicum does not work on bing endian platforms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 389 bytes, created by
bordjukov
on 2014-04-01 08:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bordjukov
Created:
2014-04-01 08:40:01 UTC
Size:
389 bytes
patch
obsolete
>Index: lib/libnv/nvlist.c >=================================================================== >--- lib/libnv/nvlist.c (revision 263983) >+++ lib/libnv/nvlist.c (working copy) >@@ -582,7 +582,7 @@ > errno = EINVAL; > return (false); > } >- if ((nvlhdrp->nvlh_flags &= ~NV_FLAG_ALL_MASK) != 0) { >+ if ((nvlhdrp->nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) { > errno = EINVAL; > return (false); > }
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 188159
: 141384