]> granicus.if.org Git - sudo/commit
Split variable declaration out of debug_decl into debug_decl_vars()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 22 Apr 2015 19:30:58 +0000 (13:30 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 22 Apr 2015 19:30:58 +0000 (13:30 -0600)
commit6f8af4d26d1f766644e43f48635eb097aa5713a5
treeb15c93aaadacda7eaedab2722a594d1ec4ac04bb
parente98778b2a2d2513cbf7c4549598a70672bb83232
Split variable declaration out of debug_decl into debug_decl_vars()
so we can use it in main() when we know sudo_debug_enter() cannot
succeed.
include/sudo_debug.h
src/sudo.c