Page MenuHomeFreeBSD

kasan: fix false-positive kasan_report upon thread reuse
ClosedPublic

Authored by khng on Apr 19 2024, 7:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 9:25 PM
Unknown Object (File)
Sun, Mar 29, 5:24 PM
Unknown Object (File)
Sun, Mar 29, 3:52 AM
Unknown Object (File)
Tue, Mar 24, 10:52 AM
Unknown Object (File)
Tue, Mar 24, 1:06 AM
Unknown Object (File)
Mon, Mar 16, 2:42 AM
Unknown Object (File)
Thu, Mar 12, 4:12 PM
Unknown Object (File)
Wed, Mar 11, 8:07 PM
Subscribers

Details

Summary

In fork1(), if a thread is reused and thread_alloc_stack() is not
called, mark the reused thread's kstack pages clean in the KASAN shadow
buffer.

Sponsored by: Juniper Networks, Inc.
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

khng requested review of this revision.Apr 19 2024, 7:15 PM
This revision is now accepted and ready to land.Apr 19 2024, 7:17 PM

BTW, you could add

Reported by: syzbot+7841eb438247e5a7f6b0@syzkaller.appspotmail.com
Reported by: syzbot+d35497494d68b4859367@syzkaller.appspotmail.com