mast wrote:
This bug aside, the Shuffler module really ought to move away from the old compat callback interface and use fd_callback_box directly. Didn't Stephen fix that recently?
Marcus Agehall (PacketFront) @ Pike (-) developers forum wrote:
Stephen fixed something at least. But wasn't that only in 7.7?
Three things: - Yes, I fixed things, but only in 7.7, I did not backport to 7.6. That might be easy, I never did look into it. - Since it is very likely that the Shuffler in 7.6 is nearly identical to the Shuffler in 7.7 before my fix, I'd suggest to acutely stop trying to debug this bug, since in its 7.6 form, the Shuffler has several fundamental flaws, aside from the old compat callback interface. - I did not do a complete code audit, I only fixed the C-modules of the Shuffler which were touched by my application. So beware of bugs in file I didn't modify.