Date: Wed, 16 Aug 2006 12:58:41 +0000 (UTC) From: Thomas Quinot <thomas@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/yppush yppush_main.c Message-ID: <200608161258.k7GCwfED066632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608161258.k7GCwfED066632>