Skip to content
Snippets Groups Projects
Commit 40a8dac5 authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Check to see if array->data is NULL before we dereference it, instead of

    after. (Prevents segfault when array->data is initialized to NULL, but
    array->length is not set to 0.)
Always initialize both data & length in ARRAYs.
parent 0f92f0f7
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment