diff build-aux/bootstrap.conf @ 13991:051a8f94b6f8

avoid memory issue with octave_vsnprintf * utils.h, utils.cc (octave_vsnprintf, octave_snprintf): Return std::string, not char *. (octave_vformat, octave_format): Return size_t, not int. (octave_vsnprintf): Simplify implementation with vasprintf. Include gnulib vasprintf.h from gnulib. * bootstrap.conf (gnulib_modules): Include vasprintf in the list.
author John W. Eaton <jwe@octave.org>
date Sun, 04 Dec 2011 15:57:58 -0500
parents cb15c5185b6a
children f8556baf1949
line wrap: on
line diff
--- a/build-aux/bootstrap.conf	Sun Dec 04 03:38:45 2011 -0500
+++ b/build-aux/bootstrap.conf	Sun Dec 04 15:57:58 2011 -0500
@@ -74,6 +74,7 @@
   truncf
   unistd
   unlink
+  vasprintf
   vsnprintf
 "