How I Made A Heap Overflow in Curl
- Daniel Stenberg tl;dr: Daniel discusses a significant security flaw in curl, which he describes as the "worst security problem found in curl in a long time." The vulnerability stems from a heap overflow issue related to how curl handles SOCKS5 proxy connections with overly long hostnames. Daniel explains the technical intricacies of the flaw, its origins, and the subsequent fix.featured in #456
featured in #373
HTTP://HTTP://HTTP://@HTTP://HTTP://?HTTP://#HTTP://
- Daniel Stenberg tl;dr: "If you throw the above mentioned URL on any random URL parser they may reject it, like the Twitter parser didn’t seem to think it was a URL, or they might come to a different conclusion about the different parts than curl does. In fact, it is likely that they will not do exactly as curl does."featured in #351
featured in #289
featured in #275
Common Mistakes When Using Libcurl
- Daniel Stenberg tl;dr: "Here’s my collection of 15 of the most common mistakes and issues people will run into when writing applications and services that use libcurl."featured in #255