y1z2g3 / owasp-esapi-cplusplus

Automatically exported from code.google.com/p/owasp-esapi-cplusplus
0 stars 0 forks source link

ESAPI_ASSERT uses fprintf rather than std:cerr #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ESAPI_ASSERT uses fprintf rather than std:cerr

Original issue reported on code.google.com by noloa...@gmail.com on 8 Aug 2011 at 10:17

GoogleCodeExporter commented 9 years ago
fprintf -> cerr.
Added DebugTrapHandler class (which installs a SIGTRAP handler in the CTOR).
Defined one global static instance to ensure a handler is in place early.
Finally, guarded for *nix.

Original comment by noloa...@gmail.com on 11 Aug 2011 at 2:09