>[EMAIL PROTECTED] wrote:
>
>> Padraig suggests to change the debug/logging output in the broken
>> programs that way; that seems like a fine solution.  In debugging output
>> NULL is potentially interesting.
>
>Guess why my personal printf() does this...;-) 
>
>I know that I may add some simple debug printf()s to my program without
>needing to care about NULL pointers.


Yes; but it is *really* bad for production code because it will
cause code to continue to run in the presence of bugs.

Casper
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to