orccodemem: silence gcc 12 compiler warning
warning: null destination pointer [-Wformat-overflow=]
223 | sprintf(filename, "%s/orcexec.XXXXXX", dir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Edited by Tim-Philipp Müller
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
warning: null destination pointer [-Wformat-overflow=]
223 | sprintf(filename, "%s/orcexec.XXXXXX", dir);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~