fix uninitialised memory in merge_group_entries causes segfault in useradd by

changing a call to malloc to a call to calloc
This commit is contained in:
Brad Hubbard
2013-07-29 10:13:12 +02:00
committed by bubulle
parent b10cba0e0a
commit 7a16f4582d
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
* lib/groupio.c: add newline char when two lines
are concatenated
Closes: alioth#313942
* lib/groupio.c: fix uninitialised memory in
merge_group_entries causes segfault in useradd by changing
a call to malloc to a call to calloc
Closes: alioth:#313940
2013-07-28 Guido Trentalancia <guido@trentalancia.com>