Looking through the code of `void gotHttpReply2` on `Msg13.cpp` I found this and it seems like a kind of poor man assert: ``` if ( replySize > replyAllocSize ) { char *xx=NULL;*xx=0; } //!!! here it'll segfault on purpose ? ``` Is this intentional ?
Looking through the code of
void gotHttpReply2onMsg13.cppI found this and it seems like a kind of poor man assert:Is this intentional ?