Permalink
1 comment
on commit
sign in to comment.
Browse files
curl: prevent binary output spewed to terminal
... unless "--output -" is used. Binary detection is done by simply checking for a binary zero in early data. Added test 1425 1426 to verify. Closes #1512
- Loading branch information...
Showing
with
47 additions
and 17 deletions.
- +0 −6 docs/TODO
- +27 −6 src/tool_cb_wrt.c
- +9 −0 src/tool_cfgable.h
- +1 −1 src/tool_getparam.c
- +1 −1 src/tool_help.c
- +1 −1 src/tool_main.c
- +7 −1 src/tool_operate.c
- +1 −1 tests/data/Makefile.inc
- BIN tests/data/test1425
- BIN tests/data/test1426
Binary file not shown.
Binary file not shown.
This comment has been minimized.
tobbblesJun 19, 2017
tobbbles commented onJun 19, 2017
5385450