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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/kern_event.c | ||
---|---|---|
577 ↗ | (On Diff #51023) | Isn't it enough to memset() once before the SLIST_FOREACH() loop ? |