aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-18 13:59:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-18 13:59:54 +0200
commit0f1996321f110de3de37776f1fab64f5dbfdaa92 (patch)
tree82c0f27d3e64575b3a768911dd0952346859c11b /docs/TODO
parent88753c1e8999f26febfd56bac9e6d3487006d1bd (diff)
s/cURL/curl
The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case.
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 68b6c2094..6bfef6cd2 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -894,7 +894,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
18.3 prevent file overwriting
- Add an option that prevents cURL from overwriting existing local files. When
+ Add an option that prevents curl from overwriting existing local files. When
used, and there already is an existing file with the target file name
(either -O or -o), a number should be appended (and increased if already
existing). So that index.html becomes first index.html.1 and then
@@ -1017,7 +1017,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
19.2 Enable PIE and RELRO by default
- Especially when having programs that execute cURL via the command line, PIE
+ Especially when having programs that execute curl via the command line, PIE
renders the exploitation of memory corruption vulnerabilities a lot more
difficult. This can be attributed to the additional information leaks being
required to conduct a successful attack. RELRO, on the other hand, masks
@@ -1025,7 +1025,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
of techniques that come in handy when attackers are able to arbitrarily
overwrite memory. A few tests showed that enabling these features had close
to no impact, neither on the performance nor on the general functionality of
- cURL.
+ curl.
20. Test suite