Tags: kkkbbb/mkpms
Tags
fix: correct next_task pointer arithmetic bug The KP framework's next_task() has a bug where pointer subtraction multiplies by sizeof(struct list_head)=16 instead of byte offset. Added wx_next_task() with correct (char*) cast for byte-level offset. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>