patch for gcry_mpi_print

Werner Koch wk@gnupg.org
Wed, 02 Apr 2003 10:48:29 +0200


On Tue, 1 Apr 2003 22:47:39 +0300, Nikos Mavroyanopoulos said:

> The attached patch prevents some valgrind warnings.

Thanks.  However the actual culprit is

   if (n > len && buffer) 

which should read 

   if (buffer && n > len)


mea culpa,

  Werner

-- 
  Nonviolence is the greatest force at the disposal of
  mankind. It is mightier than the mightiest weapon of
  destruction devised by the ingenuity of man. -Gandhi