There are some places in the kernel where we register for events on
behalf of a userspace process. When the event triggers, the process
will get a full copy of the event structure.
Details
Details
- Reviewers
kib jmg - Commits
- rS340899: Plug some kernel memory disclosures via kevent(2).
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21184 Build 20539: arc lint + arc unit
Event Timeline
sys/kern/kern_event.c | ||
---|---|---|
578 | Isn't it enough to memset() once before the SLIST_FOREACH() loop ? |