会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ZHNGYLN的博客儿
博客园
首页
新随笔
联系
订阅
管理
2024年12月8日
PAWNYABLE kernel race condition 笔记
摘要: 漏洞点在于,open 的时候 mutex 的检查和设置不是原子操作。 static int module_open(struct inode *inode, struct file *file) { printk(KERN_INFO "module_open called\n"); if (mute
阅读全文
posted @ 2024-12-08 21:10 giacomo捏
阅读(6)
评论(0)
推荐(0)
编辑
公告