Edit report at https://bugs.php.net/bug.php?id=63228&edit=1
ID: 63228 User updated by: glen at delfi dot ee Reported by: glen at delfi dot ee Summary: -Werror=format-security error in lsapi code Status: Assigned Type: Bug Package: Compile Failure PHP Version: 5.4.7 Assigned To: gwang Block user comment: N Private report: N New Comment: step by step proof that it's not fixed: $ wget http://php.net/get/php-5.4.9.tar.bz2/from/this/mirror -O php- 5.4.9.tar.bz2 $ tar xjf php-5.4.9.tar.bz2 $ grep -n usage php-5.4.9/sapi/litespeed/lsapi_main.c 586:static void cli_usage( TSRMLS_D ) 588: static const char * usage = 606: php_printf( usage ); 744: cli_usage(TSRMLS_C); 788: cli_usage(TSRMLS_C); Previous Comments: ------------------------------------------------------------------------ [2012-12-17 17:57:50] glen at delfi dot ee hey! this is not funny! the commit is not appearing in 5.4.9 release tarball either, please reply where did you commit the fix instead closing it again silently... ------------------------------------------------------------------------ [2012-11-16 18:01:01] gw...@php.net Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php ------------------------------------------------------------------------ [2012-11-09 09:24:45] glen at delfi dot ee code still not fixed in 5.4.8, what branch did you fix?! :o ------------------------------------------------------------------------ [2012-10-12 17:30:41] gw...@php.net Automatic comment on behalf of gwang Revision: http://git.php.net/?p=php-src.git;a=commit;h=22611b8d3774cff379cc51666842ab4b8a2eaf7f Log: sapi/litespeed/lsapi_main.c: Fix bug #63228 ------------------------------------------------------------------------ [2012-10-06 11:11:17] glen at delfi dot ee Description: ------------ php-5.4.7/sapi/litespeed/lsapi_main.c:606:5: error: format not a string literal and no format arguments [-Werror=format-security] full log: /bin/sh /home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/libtool -- silent --preserve-dup-deps --mode=compile ccache x86_64-pld-linux-gcc - Isapi/litespeed/ -I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php- 5.4.7/sapi/litespeed/ -DPHP_ATOM_INC - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/include - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/main - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7 - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/ext/date/lib - I/usr/include/libxml2 -I/usr/include/openssl -I/usr/include/enchant - I/usr/include/freetype2 -I/usr/include/imap - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php- 5.4.7/ext/mbstring/oniguruma -I/home/users/glen/rpm/packages/BUILD.x86_64- linux/php-5.4.7/ext/mbstring/libmbfl - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php- 5.4.7/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/include/pspell - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/TSRM - I/home/users/glen/rpm/packages/BUILD.x86_64-linux/php-5.4.7/Zend - DDEBUG_FASTCGI -DHAVE_STRNDUP -I/usr/include/xmlrpc-epi -I/usr/include -O2 - fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -- param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section - fvar-tracking-assignments -g2 -c /home/users/glen/rpm/packages/BUILD.x86_64- linux/php-5.4.7/sapi/litespeed/lsapi_main.c -o sapi/litespeed/lsapi_main.lo /home/users/glen/rpm/packages/BUILD.x86_64-linux/php- 5.4.7/sapi/litespeed/lsapi_main.c: In function 'cli_usage': /home/users/glen/rpm/packages/BUILD.x86_64-linux/php- 5.4.7/sapi/litespeed/lsapi_main.c:606:5: error: format not a string literal and no format arguments [-Werror=format-security] cc1: some warnings being treated as errors make: *** [sapi/litespeed/lsapi_main.lo] Error 1 make: *** Waiting for unfinished jobs.... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63228&edit=1