Daniel Stenberg

Results 1303 comments of Daniel Stenberg

Also the fuzzer found this: ~~~ AddressSanitizer:DEADLYSIGNAL ================================================================= ==33==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7ff91a9f30fc bp 0x7ffd1756a270 sp 0x7ffd17569a28 T0) ==33==The signal is caused by a READ memory...

Also see #8202 which sounds like a dupe

No response and this seems to be addressed in other PRs.

They were added for performance reasons (but not tested for h3 I bet). What exactly happens if we don't send() there?

> If we don't send, then we won't get another write-ready event from select From **WSAEventSelect** then I presume? select() and poll() are not edge-trigged, they *should* return writable for...

It doesn't look very easy to add that check though... Can we back-peddle the use of WSAEventSelect() there ?

I presume this is the format: https://citation-file-format.github.io/ I think it's a bad idea to put this file in the source tree root, for a single reason: it needs to be...

Anyone who wants to reference curl should reference [curl.se](https://curl.se/), not the GitHub repository URL.

No response, closing