1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

checksrc.whitelist: remove fopen() uses

This commit is contained in:
Daniel Stenberg 2016-04-03 11:57:21 +02:00
parent 36b5dff030
commit c7e4266a2e

View File

@ -4,9 +4,5 @@
150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
* no_proxy=domain1.dom,host.domain2.dom
Default values are (0,0) initialized by calloc.
file = fopen(name, "r"); /* VMS */
return fopen(file, "r"); /* VMS */
return fopen(file, "r", "rfm=stmlf", "ctx=stm");
curl_memlog("FILE %s:%d fopen(\"%s\",\"%s\") = %p\n",
a URL as file://localhost//foo must be valid as well, to refer to
const char atom_specials[] = "(){ %*]";