]> granicus.if.org Git - curl/commit
curl/mprintf.h: remove support for _MPRINTF_REPLACE
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Apr 2016 08:14:06 +0000 (10:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Apr 2016 08:46:36 +0000 (10:46 +0200)
commit55452ebdff47f98bf3cc383f1dfc3623fcaefefd
treed17d3be8fd9482658f07ef6b4532da9502499cf0
parent7218b52c49aeb1452d1fb94b394b3de2da938f17
curl/mprintf.h: remove support for _MPRINTF_REPLACE

The define is not in our name space and is therefore not protected by
our API promises.

It was only really used by libcurl internals but was mostly erased from
there already in 8aabbf5 (March 2015). This is supposedly the final
death blow to that define from everywhere.

As a side-effect, making sure _MPRINTF_REPLACE is gone and not used, I
made the lib tests in tests/libtest/ use curl_printf.h for its redefine
magic and then subsequently the use of sprintf() got banned in the tests
as well (as it is in libcurl internals) and I then replaced them all
with snprintf().

In the unlikely event that any users is actually using this define and
gets sad by this change, it is very easily copied to the user's own
code.
16 files changed:
docs/libcurl/curl_mprintf.3
include/curl/mprintf.h
lib/mprintf.c
tests/libtest/lib1502.c
tests/libtest/lib1506.c
tests/libtest/lib1510.c
tests/libtest/lib1512.c
tests/libtest/lib1900.c
tests/libtest/lib518.c
tests/libtest/lib530.c
tests/libtest/lib537.c
tests/libtest/lib540.c
tests/libtest/lib553.c
tests/libtest/libauthretry.c
tests/libtest/libntlmconnect.c
tests/libtest/test.h