]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fix from 3.0 apparmor patches
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 29 Aug 2011 19:07:37 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-apparmor.patch -> 1.15

kernel-apparmor.patch

index d6e219deed37f55db67ac1a73fd6df49b143bec4..9f2ac69aaf986f44039dc3423afcf7dd10adad5f 100644 (file)
@@ -519,7 +519,7 @@ index e33aaf7..fa3f1b4 100644
 +                      /* discard extraneous rules that this kernel will
 +                       * never request
 +                       */
-+                      if (i > AF_MAX) {
++                      if (i >= AF_MAX) {
 +                              u16 tmp;
 +                              if (!unpack_u16(e, &tmp, NULL) ||
 +                                  !unpack_u16(e, &tmp, NULL) ||
This page took 0.07274 seconds and 4 git commands to generate.