sortix-mirror/libc/sys
Jonas 'Sortie' Termansen cd7a984e9f Fix select(2) buffer overflow if the fd_set is smaller than normal.
OpenSSH is allocating a fd_set of exactly the needed size, which leads to
buffer overflows in select(2) when it tries to zero out the fd_set assuming
it is the normal size.
2017-04-09 22:44:32 +02:00
..
display Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ioctl Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
kernelinfo Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mman Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mount Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
readdirents Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
resource Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
select Fix select(2) buffer overflow if the fd_set is smaller than normal. 2017-04-09 22:44:32 +02:00
socket Add socket(2). 2017-02-14 20:43:31 +01:00
stat Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
statvfs Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
termmode Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
time Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
times Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
uio Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
utsname Remove uname -i and -o options. 2016-05-15 22:43:29 +02:00
wait Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00