Comment 4 for bug 1842301

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

ok done and LGTM, and another one ...

3235 util_misc.c: In function ‘Util_ExpandString’:
3236 util_misc.c:722:3: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
3237 722 | Log("%s: Cannot allocate memory to expand \"%s\" in \"%s\".\n",
3238 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3239 723 | __FUNCTION__, expand, fileName);
3240 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~