diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-07-06 13:52:10 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-08 09:33:47 +0100 |
commit | d9df5689c29823ab830ec4f54c83c6cc3c0077ad (patch) | |
tree | 5488325053408fd30726279a90d06e3079d82954 /ssh-gss.h | |
parent | Shutdown any VM before trying to check out repo. (diff) | |
download | openssh-d9df5689c29823ab830ec4f54c83c6cc3c0077ad.tar.xz openssh-d9df5689c29823ab830ec4f54c83c6cc3c0077ad.zip |
Avoid assuming layout of fd_set
POSIX doesn't specify the internal layout of the fd_set object, so let's
not assume it is just a bit mask. This increases compatibility with
systems that have a different layout.
The assumption is also worthless as we already refuse to use file
descriptors over FD_SETSIZE anyway. Meaning that the default size of
fd_set is quite sufficient.
Diffstat (limited to 'ssh-gss.h')
0 files changed, 0 insertions, 0 deletions