Bill Allombert on Sat, 09 Jan 2010 19:54:05 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: pari-2.3.5 prerelease |
On Tue, Sep 22, 2009 at 09:09:56AM +0200, Lorenz Minder wrote: > Hi, > > Lastly, I get two compiler warnings, both of which indicate trivially > fixable bugs: > > ../src/basemath/buch1.c:76:46: warning: if statement has empty body > gcmp1((GEN)redimag(primeform_u(D,p))[1])); > ^ > ../src/gp/gp_rl.c:803:20: warning: format string is not a string literal > (potentially insecure) [-Wformat-security] > *t++ = 0; printf(t0); free(t0); > ^~ Since we were not able to release 2.3.5 yet (sigh), I decided to fix theses two issues before I completly forgot about them. Thanks for reporting them. Cheers, Bill.