CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/09 03:33:30
Modified files:
regress/sys/kern/unixsockets: unsendrecvthr.c
Log message:
Allocate enough memory to pervent SIGSEGV or SIGABRT due to write
after free. There was confusion between size of struct and size
of pointer.
