Comment 3 for bug 1104326

Revision history for this message
Johan Engelen (johanengelen) wrote :

fixed in r12063.
not marking the bug as fixed, and assigning to Tav: please have a more thorough look through the file. If a function will crash on receiving a NULL pointer for one of its argument, the argument type should be redefined as "reference" (&), or a NULL check should be added at the start of the function. Thanks!