Files
bind9/lib/isc
Ondrej Sury 23751fe252 Cache the isc_os_ncpu() result
It was discovered that on some platforms (f.e. Alpine Linux with MUSL)
the result of isc_os_ncpus() call differ when called before and after we
drop privileges.  This commit changes the isc_os_ncpus() call to cache
the result from the first call and thus always return the same value
during the runtime of the named.  The first call to isc_os_ncpus() is
made as soon as possible on the library initalization.
2021-07-13 09:12:04 +02:00
..
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-07-09 15:58:02 +02:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00