Skip to content

Check for possible NULL pointer

Alexander Podrezenko requested to merge al1/librist:master into master

SEGFAULT happens sometimes in a real environment. And the next "if" in the code (line 2583) assumes that p can be NULL.

Merge request reports