libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.49k stars 922 forks source link

Fixed uninitialized C-arrays #1006

Closed COM8 closed 8 months ago

COM8 commented 9 months ago

Fixes the uninitialized C arrays inside the unit tests that lead to failing tests on macOS.