]> granicus.if.org Git - sudo/commit
Use strlc{at,py} for paranoia's sake and exit on overflow. In all
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 13 Mar 2003 20:00:45 +0000 (20:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 13 Mar 2003 20:00:45 +0000 (20:00 +0000)
commiteebc763bd3fabcaebdace872d07eea89518b8554
treefc961b77b9708c72125af963b9ac3e828aa1817a
parenta54c8e66fa6becb9b9a61247c678923b5e4f7bbe
Use strlc{at,py} for paranoia's sake and exit on overflow.  In all
cases the strings were either pre-allocated to the correct size of
length checks were done before the copy but a little paranoia can
go a long way.
check.c
env.c
find_path.c
parse.c
parse.yacc
sudo.c
testsudoers.c