| Submitter | Anthony Green |
|---|---|
| Date | Aug. 6, 2010, 5:40 a.m. |
| Message ID | <m3sk2sti25.fsf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/61068/ |
| State | New |
| Headers | show |
Comments
Patch
Index: libffi/src/closures.c =================================================================== --- libffi.orig/src/closures.c +++ libffi/src/closures.c @@ -146,7 +146,7 @@ selinux_enabled_check (void) p = strchr (p + 1, ' '); if (p == NULL) break; - if (strncmp (p + 1, "selinuxfs ", 10) != 0) + if (strncmp (p + 1, "selinuxfs ", 10) == 0) { free (buf); fclose (f);