The input to these functions is always an address (&x); that's
guaranteed to be non-null.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
unsigned long count;
id_t start;
- assert (range_start != NULL);
- assert (range_count != NULL);
-
min = getdef_ulong ("SUB_GID_MIN", 100000UL);
max = getdef_ulong ("SUB_GID_MAX", 600100000UL);
count = getdef_ulong ("SUB_GID_COUNT", 65536);
unsigned long count;
id_t start;
- assert (range_start != NULL);
- assert (range_count != NULL);
-
min = getdef_ulong ("SUB_UID_MIN", 100000UL);
max = getdef_ulong ("SUB_UID_MAX", 600100000UL);
count = getdef_ulong ("SUB_UID_COUNT", 65536);