Skip to content

Tags: kkkbbb/mkpms

Tags

v1.1

Toggle v1.1's commit message
readme 群聊

v1.0

Toggle v1.0's commit message
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>