two problems where fixes are needed

NIIBE Yutaka gniibe at fsij.org
Fri Oct 21 05:18:48 CEST 2016


Both problems are fixed in master.

I read: https://www.gnu.org/software/gnulib/manual/gnulib.html#snprintf

For systems which require the old style of snprintf like:

      snprintf (line, DIM(line)-1, "SETERROR %s", initial_errtext);
      line[DIM(line)-1] = 0;

I think that it is better to detect such snprintf by configure
to be replaced by substitute.
-- 



More information about the Gnupg-devel mailing list