CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/03/17 13:47:08
Modified files: sys/kern : uipc_usrreq.c Log message: Do UNP_CONNECTING and UNP_BINDING flags check in uipc_listen() and return EINVAL if set. This prevents concurrent solisten() thread to make this socket listening while socket is unlocked. Reported-by: syzbot+4acfcd73d15382a3e...@syzkaller.appspotmail.com ok mpi