Skip to content
Snippets Groups Projects
Commit 5a9cf58f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't conditionally allocate scfg_t dynamic arrays

malloc(0) returns a usable/freeable pointer on all supported platforms.

This change insures that the scfg_t dynamically allocated arrays are all valid
non-NULL pointers, even if/when the array length is 0. This should resolve
a lot of new(ish) CIDs. Or not. We'll see. :-/
parent 0c6b26af
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3668 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment