Skip to content

Is this a kind of assert ? #198

Description

@mingodad

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions