cvs commit: src/usr.sbin/yppush yppush_main.c
Thomas Quinot
thomas at FreeBSD.org
Wed Aug 16 12:58:42 UTC 2006
thomas 2006-08-16 12:58:41 UTC
FreeBSD src repository
Modified files:
usr.sbin/yppush yppush_main.c
Log:
Remove unsafe use of asynchronous I/O (the SIGIO handler could cause
incorrect reentrant calls to the libc memory manager).
Add missing error handling:
* for an incoming response with an incorrect tid;
* for a failure to register the response RPC program,
Fix error handling for failure to malloc job descriptor (this needs to
be done before the transient RPC program is registered).
PR: bin/102143
MFC after: 2 weeks
Revision Changes Path
1.22 +46 -118 src/usr.sbin/yppush/yppush_main.c
More information about the cvs-src
mailing list