[exim-dev] [Bug 1839] store_malloc should use assert in case…

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 1839] store_malloc should use assert in case of failure
https://bugs.exim.org/show_bug.cgi?id=1839

jasen Betts <eximbugzilla@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eximbugzilla@???.
                   |                            |org


--- Comment #3 from jasen Betts <eximbugzilla@???> ---
assert(), evaporates if NDEBUG is defined. Use abort(), raise() or exit() if
you want terminate reliably.

--
You are receiving this mail because:
You are on the CC list for the bug.