]> granicus.if.org Git - sudo/commit
Add the argument vector allocated for -s and -i mode to the garbage
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Nov 2016 17:11:18 +0000 (10:11 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Nov 2016 17:11:18 +0000 (10:11 -0700)
commitefe957544fecc63094575775433f902d230ca2dd
tree99914a63053da9f160a5e5ea1f40e60649034699
parentcefcb6f501ef794d39d8abd3d17ddff837dadffe
Add the argument vector allocated for -s and -i mode to the garbage
collector list.  Avoids an ASAN warning on exit when the -s or -i
flags are used.
src/parse_args.c
src/sudo.c
src/sudo.h