Hi, Sorry for not having answered here, this patch was integrated to 3.3 and then forward-merged to 3.4. Thanks Gergely & Peter & Peter :). On Fri, 2012-04-06 at 11:35 +0200, Gergely Nagy wrote:
The parent of AFInterSourceDriver should be LogSrcDriver, because that's the struct we pass down to it anyway, and other parts of the code will cast it back to LogSrcDriver, too.
But if its parent is LogDriver, as it was, we were corrupting the later parts of the original LogSrcDriver, with values from AFInterSourceDriver.
Many thanks to Peter Eisenlohr <peter.eisenlohr@inform-software.com> for initial debugging, and for pinpointing mark messages as the triggers.
Reported-by: Peter Czanik <czanik@balabit.hu> Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-- Bazsi