Todd C. Miller
|
7499b2d274
|
All test programs should accept the -v option, even if it is ignored.
|
2023-07-20 10:10:05 -06:00 |
|
Todd C. Miller
|
13672f28df
|
Make sudo pass -Wwrite-strings
|
2022-06-28 16:33:15 -06:00 |
|
Todd C. Miller
|
5ea0bf4ee2
|
Escape/unescape commas when serializing/deserializing a stringlist.
|
2022-01-28 08:52:42 -07:00 |
|
Todd C. Miller
|
ac878d3e27
|
Quiet clang analyzer false positive in regress tests.
|
2021-04-27 15:56:24 -06:00 |
|
Todd C. Miller
|
c9eff93854
|
strvec_join: free result on error and actually use separator char
|
2021-01-28 05:57:23 -07:00 |
|
Todd C. Miller
|
888f63a9c8
|
Test strvec_join() using strlcpy_unesc().
Emulates an overflow like: sudoedit -s '\' `perl -e 'print "A" x 65536'`
|
2021-01-27 21:46:19 -07:00 |
|
Todd C. Miller
|
2804c2c78e
|
Add strlcpy_unescape() function to undo escaping from front-end.
Includes unit test.
|
2021-01-27 15:41:54 -07:00 |
|