From a40f1913623c7ed78912d4d15f139cf4134f133d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Jul 2024 09:08:54 +0200 Subject: [PATCH] fixup filenamed --- dev/_howto.html | 8 ++++---- dev/update.pl | 2 +- docs/CVE-2023-38546.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/_howto.html b/dev/_howto.html index 4877414d9c..352dd19e7f 100644 --- a/dev/_howto.html +++ b/dev/_howto.html @@ -26,10 +26,10 @@

The first time to run testcurl.pl, it will prompt - you for some info (unless you provide that data using command line - options). That info is then stored in the filenamed 'setup' in the current - directory and will be used when this script is subsequently run. The format - is easily manually edited using a text editor. + you for some info (unless you provide that data using command line options). + That info is then stored in the filen amed 'setup' in the current directory + and will be used when this script is subsequently run. The format is easily + manually edited using a text editor.

you will now see a full compile, build and test perform. Make sure everything works out fine. diff --git a/dev/update.pl b/dev/update.pl index 6ce8389e84..003984098e 100755 --- a/dev/update.pl +++ b/dev/update.pl @@ -15,7 +15,7 @@ close(MD5); } -# if there is a logfilenamed 'p' now, it is new! +# if there is a logfile named 'p' now, it is new! my $new=0; for(keys %logfile) { if($logfile{$_} eq "p") { diff --git a/docs/CVE-2023-38546.md b/docs/CVE-2023-38546.md index 096e2de29d..ba647b8fe6 100644 --- a/docs/CVE-2023-38546.md +++ b/docs/CVE-2023-38546.md @@ -23,7 +23,7 @@ disk, the cloned version of the handle would instead store the filename as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to -load cookies from would then inadvertently load cookies from a filenamed +load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl, when using the correct file format of course.