For poll/ppoll we just need to bounds-check the poll array that we're
about to write out to.
Sponsored by: Stormshieled
Sponsored by: Klara, Inc.
Paths
| Differential D45680 Authored by kevans on Jun 21 2024, 4:59 PM.
Details
Summary For poll/ppoll we just need to bounds-check the poll array that we're Sponsored by: Stormshieled
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptJun 21 2024, 4:59 PM2024-06-21 16:59:44 (UTC+0) Harbormaster completed remote builds in B58289: Diff 140081.Jun 21 2024, 4:59 PM2024-06-21 16:59:45 (UTC+0) This revision is now accepted and ready to land.Jun 24 2024, 4:54 PM2024-06-24 16:54:17 (UTC+0) This revision now requires review to proceed.Jun 26 2024, 7:12 PM2024-06-26 19:12:03 (UTC+0) Harbormaster completed remote builds in B58366: Diff 140280.Jun 26 2024, 7:12 PM2024-06-26 19:12:05 (UTC+0) This revision is now accepted and ready to land.Jun 27 2024, 3:14 PM2024-06-27 15:14:19 (UTC+0) Closed by commit rG88276dfbf19e: include: ssp: fortify poll/ppoll from <poll.h> (authored by kevans). · Explain WhyJul 13 2024, 5:23 AM2024-07-13 05:23:36 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140851 include/ssp/Makefile
include/ssp/poll.h
lib/libc/sys/poll.c
lib/libc/sys/ppoll.c
|
I know NUM_CORES makes sense given the code in kern_sig,c
but NUM_CORE_FILES might be more meaningful here?