]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd _S_msg_add_auth: Initialize new arrays to 0
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 2 Jan 2023 00:08:38 +0000 (01:08 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 2 Jan 2023 10:36:11 +0000 (11:36 +0100)
commit6514b2d59545300b27785abaaacd0115ff61a18d
treeb2be639e871441dda6aaf1da64d2e8502c32f5ae
parent3a614f39e61140dd2478ce5b7564ec8a53269ea4
hurd _S_msg_add_auth: Initialize new arrays to 0

If make_list fails, they would be undefined, and freeup with free
uninitialized pointers.
hurd/hurdauth.c