]> git.ipfire.org Git - thirdparty/curl.git/commit
fopen: add Curl_fopen() for better overwriting of files
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 May 2022 08:09:53 +0000 (10:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Jun 2022 09:03:57 +0000 (11:03 +0200)
commit20f9dd6bae50b7223171b17ba7798946e74f877f
treeec0d36b73f72ea0c754c6deff4bf314986d0d245
parent46f8911d3942dc06fdd67e9f6f3908982e5d2fb4
fopen: add Curl_fopen() for better overwriting of files

Bug: https://curl.se/docs/CVE-2022-32207.html
CVE-2022-32207
Reported-by: Harry Sintonen
Closes #9050
CMakeLists.txt
configure.ac
lib/Makefile.inc
lib/cookie.c
lib/curl_config.h.cmake
lib/fopen.c [new file with mode: 0644]
lib/fopen.h [new file with mode: 0644]