• Nils Goroll's avatar
    Avoid "format not a string literal and no format arguments" · 60ac6828
    Nils Goroll authored
    In file included from vmod_file.c:44:
    vmod_file.c: In function ‘check’:
    /usr/include/varnish/cache/cache.h:66:26: error: format not a string literal and no format arguments [-Werror=format-security]
       66 | #define NO_VXID ((struct vxids){0})
          |                          ^~~~~
    vmod_file.c:171:32: note: in expansion of macro ‘NO_VXID’
      171 |                 VSL(SLT_Error, NO_VXID, errbuf);
          |                                ^~~~~~~
          ...
    60ac6828
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...