]> granicus.if.org Git - sudo/commit
Fix I/O log timing file on systems without a C99-compatible snprintf().
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 19 Aug 2018 02:29:30 +0000 (20:29 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 19 Aug 2018 02:29:30 +0000 (20:29 -0600)
commitafad4eb94d24965fd5d553fc3b1e067cc5945ae9
tree200ff869a7dc40a8fabaa443b7efbd84ae72e184
parent46ab293ce9e79f0cd8dfec9961dcacffaf747fb4
Fix I/O log timing file on systems without a C99-compatible snprintf().
On those systems we use our own snprintf() that doesn't support
floating point.  We don't actually need floating point in this case
since the we can print seconds and microseconds without using it.
plugins/sudoers/iolog.c