Skip to content

Assert causing application exit #58

Description

@farooqza

we are using fcgi library witin our web application. due to assert being present within fcgiapp.c, we are seeing the application exiting resulting in Denial of service.
can we remove the assert as this is an library code.
Following code can be reached by user with specific request
static void *Malloc(size_t size) 80 { 81 void *result = malloc(size); 82 ASSERT(size == 0 || result != NULL); 83 return result; 84 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions