Gordon Parke

Results 3 issues of Gordon Parke

### I did this I use libcurl in my product with `libev` and `curl_multi` following the pattern in ~multi-event.c~[evhiperfifo](https://github.com/curl/curl/blob/master/docs/examples/evhiperfifo.c). We had deployed 8.10.0 and noticed the effects of https://github.com/curl/curl/issues/14898 after...

needs-info

```cpp #include #include #include using namespace boost::interprocess; #define HEADSPACE (1

https://github.com/boostorg/asio/commit/7f60f27824014b2121103f70b29dcecc3f2a16df was presumably meant to address https://github.com/chriskohlhoff/asio/issues/1644 but for me it's caused much worse issues. In my case it was building a library with GCC with `-fhardened` which sets `_FORTIFY_SOURCE=3`,...