Am Sonntag, den 11.01.2009, 16:02 +0100 schrieb Rico Schüller:
just want to say problem found, the if (*need) *need = len; in SetupEnumInfSectionsA/W is wrong. I'll send a patch.
This looks like a typical problem valgrind is designed for. It should report an uninitialized memory read at that point. Just as a hint how to attack such beasts, if you encounter things like that again.
Regards, Michael Karcher