Commit 964d789
Sam Trenholme
coLunacyDNS: Fix bug where we improperly use FD_ISSET w.r.t. select()
If you use FD_ISSET on a connection never set with FD_SET, this triggers
a buffer overflow in Ubuntu’s 20.04 glibc. Fixed.
Found when updating tests for https://github.com/samboy/MaraDNS/issues/91
This *also* means we will need to make a coLunacyDNS 1.0.0101 parent 3cff85f commit 964d789
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2065 | 2065 | | |
2066 | 2066 | | |
2067 | 2067 | | |
2068 | | - | |
| 2068 | + | |
| 2069 | + | |
2069 | 2070 | | |
2070 | 2071 | | |
2071 | 2072 | | |
| |||
0 commit comments