All of lore.kernel.org
 help / color / mirror / Atom feed
* Unitialized variable in libsepol
@ 2005-07-25 13:39 Daniel J Walsh
  0 siblings, 0 replies; only message in thread
From: Daniel J Walsh @ 2005-07-25 13:39 UTC (permalink / raw)
  To: Stephen Smalley, SELinux

[-- Attachment #1: Type: text/plain, Size: 7 bytes --]


-- 



[-- Attachment #2: libsepol-rhat.patch --]
[-- Type: text/x-patch, Size: 529 bytes --]

--- libsepol-1.7.5/src/policydb.c~	2005-07-18 15:05:31.000000000 -0400
+++ libsepol-1.7.5/src/policydb.c	2005-07-25 09:36:04.000000000 -0400
@@ -2428,7 +2428,7 @@
 
         len = buf[1];
         if (len != strlen(target_str)) {
-                printf("security:  policydb string length %zu does not match expected length %zu\n", len, strlen(policydb_str));
+                printf("security:  policydb string length %zu does not match expected length %zu\n", len, strlen(target_str));
                 return -1;
         }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-25 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25 13:39 Unitialized variable in libsepol Daniel J Walsh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.