]> granicus.if.org Git - sudo/commit
Make sudo_debug do a single vfprintf() which will result in a single
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 21 Feb 2010 15:24:27 +0000 (10:24 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 21 Feb 2010 15:24:27 +0000 (10:24 -0500)
commitc2aaf8fbfbe1f979fc349d52211a0cebb0062f91
treea81232986aee312f3818dbac576b047b6f41f156
parentafcac0824687ec635944a0b303ea13426dd4221e
Make sudo_debug do a single vfprintf() which will result in a single
write call on most systems.  Avoids problems with interleaved debug
printf from different processes.  Also remove an extraneous error case
since recv() can't return a short read and add some more XXX.
src/sudo.c