]> granicus.if.org Git - sudo/commit
Instead of doing extra write()s when replaying stdout, build up a
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 May 2012 17:46:34 +0000 (13:46 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 May 2012 17:46:34 +0000 (13:46 -0400)
commit2101fe539b7a558f4d6dd6d5da12599512165b4a
treed5c8663f8ad441e645782dbfb5e581f5fac91e65
parent79f8aecf11cf259cb0e8915c3d4dcddeca2bdbf9
Instead of doing extra write()s when replaying stdout, build up a
vector for writev() instead.  This results in far fewer system
calls.

--HG--
branch : 1.7
sudoreplay.c