]> granicus.if.org Git - shadow/commit
* lib/shadowmem.c: Only copy the required fields of the struct
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 7 Sep 2009 19:08:10 +0000 (19:08 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 7 Sep 2009 19:08:10 +0000 (19:08 +0000)
commitd346c7c6a7e105f0b90ce405e0b6255c60731a03
treef4bc85fe77d09e7f2f71eb1d247a80ae3c5b9f1b
parent1a86dc913fc1a91a3d7d6f911944ae6e1cd8aa99
* lib/shadowmem.c: Only copy the required fields of the struct
spwd. (start with the primitive types)
* lib/shadowmem.c: Avoid memzero() on a possibly NULL pointer.
* lib/groupmem.c: Only copy the required fields of the struct
group. (start with the primitive types)
* lib/groupmem.c: Avoid memzero() on a possibly NULL pointer.
* lib/groupmem.c: Free gr_mem in addition to its elements.
* lib/sgroupio.c: The struct sgrp has no primitive types to be
copied initially.
* lib/sgroupio.c: Avoid memzero() on a possibly NULL pointer.
* lib/sgroupio.c: Free sg_mem and sg_add in addition to their
elements.
* lib/pwmem.c: Only copy the required fields of the struct
passwd. (start with the primitive types)
ChangeLog
lib/groupmem.c
lib/pwmem.c
lib/sgroupio.c
lib/shadowmem.c