Module Name: src
Committed By: martin
Date: Tue Feb 25 19:12:14 UTC 2020
Modified Files:
src/sys/kern [netbsd-8]: uipc_socket.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1509):
sys/kern/uipc_socket.c: revision 1.288
Zero out 'tv', to prevent uninitialized bytes in its padding from leaking
to userland. Found by kMSan.
To generate a diff of this commit:
cvs rdiff -u -r1.255.2.4 -r1.255.2.5 src/sys/kern/uipc_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.