]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: fix multi_sock handling of select_bits 12976/head
authorStefan Eissing <stefan@eissing.org>
Thu, 22 Feb 2024 08:01:06 +0000 (09:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Feb 2024 13:15:27 +0000 (14:15 +0100)
commitf274fc5c685ac245d1d2818046bbfb4b97685211
tree749a1308d8230982d119f756a9f3e07f89d0afb8
parent93d8e3564e85588796792aa6e3ba0c37de9ac752
multi: fix multi_sock handling of select_bits

- OR the event bitmask to data->state.select_bits instead of overwriting
  them. They are cleared again on use.

Reported-by: 5533asdg on github
Fixes #12971
Closes #12972
lib/multi.c