Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   msaitoh
Date:           Thu Jul 16 15:02:08 UTC 2020

Modified Files:
        src/sys/compat/common: uipc_syscalls_40.c
        src/sys/compat/linux/common: linux_socket.c
        src/sys/compat/linux32/common: linux32_socket.c
        src/sys/net: if.c

Log Message:
 Don't accept negative value.

Reported-by: syzbot+e71a77402d6668f1868d%syzkaller.appspotmail.com@localhost


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/uipc_syscalls_40.c
cvs rdiff -u -r1.149 -r1.150 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -u -r1.30 -r1.31 src/sys/compat/linux32/common/linux32_socket.c
cvs rdiff -u -r1.478 -r1.479 src/sys/net/if.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index