heap unlink的效果解释错误
Open
- Dominant language
- No language data
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
使得已指向 UAF chunk 的指针 ptr 变为 ptr - 0x18
应改为
使得已指向 UAF chunk 的指针 ptr 变为 &ptr - 0x18
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.