Skip to content

Check return values of the realloc(3) function calls

Vladimir D. Seleznev requested to merge Wladmis/orc:check-realloc into main

Check the return value of the realloc() function calls against NULL to prevent possible NULL pointer dereference.

Merge request reports