1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Daniel Stenberg 880cd5dd20
strerror: make the strerror function use local buffers
Instead of using a fixed 256 byte buffer in the connectdata struct.

In my build, this reduces the size of the connectdata struct by 11.8%,
from 2160 to 1904 bytes with no functionality or performance loss.

This also fixes a bug in schannel's Curl_verify_certificate where it
called Curl_sspi_strerror when it should have called Curl_strerror for
string from GetLastError. the only effect would have been no text or the
wrong text being shown for the error.

Co-authored-by: Jay Satiro

Closes #3612
2019-02-26 10:20:21 +01:00
..
2016-10-18 13:59:54 +02:00
2018-09-23 22:24:02 +00:00
2018-12-03 23:13:40 +01:00
2018-09-23 22:24:02 +00:00
2018-01-05 23:34:30 -05:00
2018-10-19 09:23:14 +02:00
2019-02-10 18:38:57 +01:00
2018-09-23 22:24:02 +00:00
2017-03-26 23:56:23 +02:00
2018-10-26 00:04:02 +02:00
2018-09-23 22:24:02 +00:00
2018-09-22 11:58:10 +02:00
2019-01-04 23:50:48 +01:00
2019-02-22 19:12:30 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-22 11:58:10 +02:00
2018-06-11 11:14:48 +02:00
2017-04-22 11:25:27 +02:00
2018-11-01 10:29:53 +01:00
2018-09-23 22:24:02 +00:00
2019-02-10 18:38:57 +01:00
2019-02-10 18:38:57 +01:00
2018-09-23 22:24:02 +00:00
2016-12-21 11:07:26 +01:00
2019-01-20 21:59:04 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-12-11 13:20:12 +01:00
2018-12-10 00:10:04 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-11-01 10:29:53 +01:00
2018-09-23 22:24:02 +00:00
2018-12-03 23:13:40 +01:00
2018-11-01 10:29:53 +01:00
2018-02-23 23:29:01 +00:00
2019-02-12 10:24:29 +01:00
2017-09-02 17:47:10 +01:00
2018-09-23 22:24:02 +00:00
2018-03-19 19:22:42 +01:00
2018-09-23 22:24:02 +00:00
2018-07-20 22:58:42 +02:00
2019-01-20 21:59:04 +01:00
2018-09-23 22:24:02 +00:00
2019-02-10 18:38:57 +01:00
2018-09-23 22:24:02 +00:00
2018-06-11 11:14:48 +02:00
2018-09-23 22:24:02 +00:00
2019-02-10 18:38:57 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-07-30 17:59:36 +02:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-01 10:40:42 +02:00
2018-08-21 18:53:43 +02:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2019-01-11 15:35:13 +01:00
2018-12-11 15:02:24 +01:00
2019-02-10 18:38:57 +01:00