CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2013/12/10 20:18:12
Modified files: gnu/gcc/gcc : builtins.c builtins.def gnu/gcc/gcc/config: openbsd.h Log message: Stop the madness! Prevent GCC from inlining these unsafe functions: sprintf, vsprintf, stpcpy, strcat, strcpy. We're hitting the linker again, therefore the warning will show up now.