提交 a7d6d5af 编写于 作者: Z zhouhaifeng

fix CVE-2023-23914, CVE-2023-23915, CVE-2023-23916

Signed-off-by: Nzhouhaifeng <kutcher.zhou@huawei.com>
上级 256929c6
......@@ -26,8 +26,8 @@
struct contenc_writer {
const struct content_encoding *handler; /* Encoding handler. */
struct contenc_writer *downstream; /* Downstream writer. */
void *params; /* Encoding-specific storage (variable length). */
unsigned int order; /* Ordering within writer stack. */
void *params; /* Encoding-specific storage (variable length). */
};
/* Content encoding writer. */
......
......@@ -34,6 +34,9 @@
/* to disable Gopher */
#define CURL_DISABLE_GOPHER 1
/* disable alt-svc */
#define CURL_DISABLE_HSTS 1
/* to disable HTTP */
/* #undef CURL_DISABLE_HTTP */
......
......@@ -34,6 +34,9 @@
/* to disable Gopher */
#define CURL_DISABLE_GOPHER 1
/* disable alt-svc */
#define CURL_DISABLE_HSTS 1
/* to disable HTTP */
/* #undef CURL_DISABLE_HTTP */
......
......@@ -37,6 +37,9 @@
/* to disable Gopher */
/* #undef CURL_DISABLE_GOPHER */
/* disable alt-svc */
#define CURL_DISABLE_HSTS 1
/* to disable HTTP */
/* #undef CURL_DISABLE_HTTP */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册