fixfixes.c (char_macro_use_fix, [...]): Don't check the return value of sprintf.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 17 May 2000 14:43:50 +0000 (14:43 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 17 May 2000 14:43:50 +0000 (14:43 +0000)
commit558fe506b500039a488681a56d616a71a733e795
tree1f7682065e552b701a88411e15b3c967fa957715
parent6f6ceed067f961614a880bc4ac4e0d72a4e89a1d
fixfixes.c (char_macro_use_fix, [...]): Don't check the return value of sprintf.

* fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
Don't check the return value of sprintf.  Use asprintf to avoid
buffer overflows.

From-SVN: r33955
gcc/ChangeLog
gcc/fixinc/fixfixes.c