Bug#486693: libetpan: minor 32/64 bits problem break some parse functions

2008-06-26 Thread Nikita Youshchenko
The fix is a one-line change, and is already in libetpan CVS: http://libetpan.cvs.sourceforge.net/libetpan/libetpan/src/low-level/imf/mai limf.h?view=diffr1=1.27r2=1.28 Please consider applying it. Actually the above URL is only part of the fix, previous commit is relevant as well. But

Bug#486693: libetpan: minor 32/64 bits problem break some parse functions

2008-06-17 Thread Nicolas George
Package: libetpan13 Version: 0.54-1 There is a small bugs in the parsing functions which cause them to stop working on 64 bits architectures: sizeof is used instead of strlen to compute the length of a string, although it is not directly an array. It happens to work on 32 bits systems since day