hurd _S_msg_add_auth: Initialize new arrays to 0
If make_list fails, they would be undefined, and freeup with free uninitialized pointers.
Loading
Please register or sign in to comment
If make_list fails, they would be undefined, and freeup with free uninitialized pointers.