4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
Mark Geisert dfd14093e3 Cygwin: Fix type mismatch on sys/cpuset.h
Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html

Take the opportunity to follow FreeBSD's and Linux's lead in recasting
macro inline code as calls to static inline functions.  This allows the
macros to be type-safe.  In addition, added a lower bound check to the
functions that use a cpu number to avoid a potential buffer underrun on
a bad argument.  h/t to Corinna for the advice on recasting.

Fixes: 362b98b49af5 ("Cygwin: Implement CPU_SET(3) macros")
2023-03-14 11:26:13 +01:00
..
2022-05-29 17:45:52 -04:00
2022-08-03 18:14:39 +02:00
2022-05-29 17:45:52 -04:00
2021-11-15 19:32:23 -05:00
2019-07-19 14:14:33 -04:00
2021-11-15 19:32:23 -05:00