libsepol/libsepol-rhat.patch

25 lines
918 B
Diff
Raw Normal View History

2005-04-25 19:38:21 +00:00
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.5/src/genbools.c
--- nsalibsepol/src/genbools.c 2005-03-29 21:55:26.000000000 -0500
+++ libsepol-1.5.5/src/genbools.c 2005-04-25 15:25:55.000000000 -0400
@@ -195,7 +195,7 @@
}
2005-04-25 19:38:21 +00:00
if (evaluate_conds(&policydb) < 0) {
- __sepol_debug_printf("%s: Error while re-evaluating conditionals: %s\n",
+ __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
__FUNCTION__);
2005-03-29 15:39:54 +00:00
errno = EINVAL;
2005-04-25 19:38:21 +00:00
goto err;
diff --exclude-from=exclude -N -u -r nsalibsepol/src/hierarchy.c libsepol-1.5.5/src/hierarchy.c
--- nsalibsepol/src/hierarchy.c 2005-04-14 08:28:00.000000000 -0400
+++ libsepol-1.5.5/src/hierarchy.c 2005-04-25 15:21:51.000000000 -0400
@@ -269,7 +269,7 @@
char *parent;
hierarchy_args_t *a;
role_datum_t *r, *rp;
- ebitmap_t *eb;
+ ebitmap_t *eb=NULL;
2005-02-25 18:44:18 +00:00
2005-04-25 19:38:21 +00:00
a = (hierarchy_args_t *)args;
r = (role_datum_t *)d;