<<< Date Index >>>     <<< Thread Index >>>

Re: Little code cleanup



Vincent Lefevre (2008/03/03 11:32 +0100):
> And what if a part of the code changes? Such tests would allow
> problem detection after such changes.

Do you mean that every locally-allocated pointer should always be
checked, because the code may change in such a way that the pointer
becomes non-locally allocated, hence risking to be NULL ?

Sébastien.