CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/11 15:17:32
Modified files:
usr.bin/aucat : sock.c
Log message:
In the "reply" code path, lock the socket while invoking the
write-end code from the read-end code, and don't forget to check
if the socket was not destroyed. Fixes very rare random crashes.
