X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=security%2Fselinux%2Fss%2Fmls.c;h=9f06141509b5a8a38f66589b87a5376b1c1faf61;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=f54ad88d487331f960170298b5c183ab4daf53c9;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/security/selinux/ss/mls.c b/security/selinux/ss/mls.c index f54ad88d4..9f0614150 100644 --- a/security/selinux/ss/mls.c +++ b/security/selinux/ss/mls.c @@ -654,7 +654,7 @@ int cat_destroy(void *key, void *datum, void *p) int sens_read(struct policydb *p, struct hashtab *h, void *fp) { - char *key = 0; + char *key = NULL; struct level_datum *levdatum; int rc; u32 *buf, len; @@ -707,7 +707,7 @@ bad: int cat_read(struct policydb *p, struct hashtab *h, void *fp) { - char *key = 0; + char *key = NULL; struct cat_datum *catdatum; int rc; u32 *buf, len;