summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-04-13 09:14:08 +0000
committerYann Ylavic <ylavic@apache.org>2023-04-13 09:14:08 +0000
commit0a67578d96545785feb5a987cbe2dbd184127d79 (patch)
treeb655889cb6db297f1108e4feb95f9a2f8a611270 /test
parentc6ae8671557243be706633b537cb7ec879b89b35 (diff)
downloadapr-0a67578d96545785feb5a987cbe2dbd184127d79.tar.gz
apr_base64: Don't fault with assert() when NDEBUG is defined, abort() directly.
Per Evgeny: """ 1) The debug implementation of an assert() may print a diagnostic message, for example to stderr. A caller of the library function may not be ready for this to happen when using a non-debug version of the library. 2) The actual destination of the message seems to be implementation-defined. For example, in Windows-based applications this may show a message box [1], which is probably even more unexpected for the user of the library. 3) Undefining NDEBUG before other headers may silently cause unexpected effects if any of those headers make some decisions based on the NDEBUG value, which isn't an entirely unreasonable thing to expect. """ We want to always fault on failure though, so define and use our own APR__ASSERT() macro which calls abort() directly when NDEBUG is defined. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1909117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions