Bug#609384: [Pkg-citadel-devel] Bug#609384: Incorrect use of memset count/value

2011-01-09 Thread w.goesgens
f: [Pkg-citadel-devel] Bug#609384: Incorrect >use of memset count/value > >Package: citadel-common > > Version: 7.37-8 >Severity: minor > >./citadel_7.37/modules/pop3/serv_pop3.c:   memset(userdigest, >MD5_HEXSTRING_SIZE, 0); > >The 0 should be in the second argument, not the third. > > > >  

Bug#609384: Incorrect use of memset count/value

2011-01-08 Thread Silvio Cesare
Package: citadel-common Version: 7.37-8 Severity: minor ./citadel_7.37/modules/pop3/serv_pop3.c: memset(userdigest, MD5_HEXSTRING_SIZE, 0); The 0 should be in the second argument, not the third.