CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2022/01/20 04:06:57

Modified files:
        sys/arch/amd64/amd64: identcpu.c 
        sys/kern       : kern_descrip.c kern_sched.c subr_pool.c 
        sys/net        : rtsock.c 
        sys/netinet    : in_pcb.h ip_esp.c 

Log message:
Shifting signed integers left by 31 is undefined behavior in C.
found by kubsan; joint work with tobhe@; OK miod@

Reply via email to