Przemysław Czerpak
d59d6d69db
2025-01-25 11:14 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
* contrib/hbcurl/core.c
! declare buffer for CURLOPT_ERRORBUFFER as 'char *' instead of
'unsigned char *', the exact buffer type is chcked in typecheck-gcc.h
and 'unsigned char *' does not pass this test
; QUESTION:
Why curl_easy_setopt( <pCurl>, HB_CURLOPT_ER_BUFF_SETUP, [<nBufSize>] )
accepts <nBufSize> parameter?
Buffer smaller then CURL_ERROR_SIZE means GPF and larger waste of memory.
The only acceptable value for <nBufSize> is CURL_ERROR_SIZE.
The allocate buffer should be initialized with '\0' otherwise we will
have other GPF trap when user call curl_easy_er_buff_get() before any
error is set. This bug was fixed in CURL 7.60.0.
2025-01-25 11:14:38 +01:00
..
2025-01-21 09:45:12 +01:00
2017-08-13 18:38:59 +00:00
2025-01-22 21:08:08 +01:00
2023-11-11 20:23:30 +01:00
2018-02-11 11:59:33 +01:00
2024-05-31 11:49:16 +02:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-13 12:39:48 +00:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-13 14:39:27 +00:00
2025-01-24 15:02:38 +01:00
2017-08-13 18:38:59 +00:00
2025-01-25 11:14:38 +01:00
2024-09-14 21:26:30 +02:00
2024-02-16 18:23:21 +01:00
2021-04-10 23:32:41 +02:00
2024-01-28 12:50:51 +01:00
2024-09-14 21:26:30 +02:00
2019-02-11 13:10:05 +01:00
2017-09-08 16:25:13 +00:00
2017-09-13 18:51:15 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2024-02-16 18:23:21 +01:00
2017-09-13 14:33:46 +00:00
2020-03-24 23:34:35 +01:00
2017-09-08 16:25:13 +00:00
2017-09-26 14:54:59 +02:00
2020-03-24 23:34:35 +01:00
2024-09-14 18:35:40 +02:00
2017-09-13 12:42:03 +00:00
2017-09-08 16:25:13 +00:00
2017-11-14 19:44:22 +01:00
2020-01-31 15:34:40 +01:00
2017-12-12 12:26:24 +01:00
2020-03-24 23:34:35 +01:00
2017-08-13 18:38:59 +00:00
2024-05-31 11:49:16 +02:00
2017-09-08 16:25:13 +00:00
2017-09-13 18:05:43 +00:00
2017-09-13 12:39:48 +00:00
2024-01-28 12:50:51 +01:00
2025-01-24 10:10:24 +01:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-13 12:39:48 +00:00
2017-12-20 11:34:42 +01:00
2017-09-13 12:39:48 +00:00
2017-09-08 16:25:13 +00:00
2025-01-24 12:32:32 +01:00
2017-09-13 12:39:48 +00:00
2017-09-08 18:25:11 +00:00
2025-01-21 06:45:38 +01:00
2024-10-25 14:10:22 +02:00
2017-11-22 11:33:59 +01:00
2017-09-08 16:25:13 +00:00
2024-05-31 11:49:16 +02:00
2024-12-19 10:25:11 +01:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2024-12-12 21:18:01 +01:00
2020-03-24 23:34:35 +01:00
2017-09-08 16:25:13 +00:00
2023-12-08 23:39:21 +01:00
2025-01-24 12:32:32 +01:00
2016-01-09 20:30:49 +01:00
2019-03-26 11:40:19 +03:00
2017-09-14 23:01:30 +00:00
2017-09-14 23:01:30 +00:00
2014-01-21 20:41:05 +01:00