Break some bad behavior.

This still doesn't fix the bug where I call tst_brkm(1) like:

tst_brkm TBROK NULL "%S" "foo"

For some odd reason the stack recorded index for the arguments string is
completely fubar when I use an invalid format string, and it prints out
something nonsensical when I provide a wonky format string. Probably a tool
bug as I can't seem to get this error otherwise, and vsnprintf(3) barfs hard
with a segfault if I do the former.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
1 file changed