Skip to content
Snippets Groups Projects
Commit b3ab56c2 authored by William Roberts's avatar William Roberts
Browse files

Fix for segfault/jmp depends on unitialized variable

When realloc creates the first block of memory, it must
be initialized to NULL for the following strcat functions
to operate correctly.

Change-Id: I98fc14e1b19de5aa205354d16e54445293430d8e
parent a53ccf39
No related branches found
No related tags found
Loading
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