]> granicus.if.org Git - sudo/commit
When parsing an I/O log timing line, store the result in a timespec,
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 29 Aug 2018 15:57:12 +0000 (09:57 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 29 Aug 2018 15:57:12 +0000 (09:57 -0600)
commite318f27fba94304567bdcca884ac48bb76a359ed
treef5f232cbbe32df5592078fd4bccc1597aa7ffa51
parentf1f632665c4be4468955b0cef58abc594329aeb5
When parsing an I/O log timing line, store the result in a timespec,
not a double.  The speed factor (for scaling the delay) in sudoreplay
is still a double but we only need to adjust the delay if the factor
is something other than 1.0.
MANIFEST
plugins/sudoers/Makefile.in
plugins/sudoers/iolog_util.c
plugins/sudoers/iolog_util.h
plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c
plugins/sudoers/regress/iolog_util/check_iolog_util.c [new file with mode: 0644]
plugins/sudoers/sudoreplay.c