id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 341,format-security problem,thomas.moschny@…,bas,"When `run_email2trac.c` is compiled with -Werror=format-security, this error is thrown: {{{ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o run_email2trac run_email2trac.c run_email2trac.c: In function 'email2trac_log': run_email2trac.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security] syslog(LOG_ERR, message); ^ }}} The attached patch fixes this.",enhancement,closed,major,,email2trac,,fixed,,