2 Oct
2008
2 Oct
'08
12:47 a.m.
Ok, found the problem.
Here is a patch against 1.1.3 solving this issue
it comes from the "undisclosed-recipients:;" string and incrementing ctx->parser.data going after the end of the buffer
maybe there are other issues like this one because in many other
places in message-address.c the pointer gets incremented without
checking if it passes data.end
eventhough rfc822_skip_lwsp is called right after most of the time