Module Name: src Committed By: maxv Date: Sun Sep 8 18:46:32 UTC 2019
Modified Files: src/sys/compat/linux/common: linux_socket.c Log Message: Hum, remove incorrect assignment. Userland could have passed a smaller namelen, and the uninitialized bytes from sb_data were being used later in the network stack. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/compat/linux/common/linux_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.