summaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 11:03:15 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 11:03:15 -0400
commitbe231b0db196513036ee624dc5b9b87c4f898625 (patch)
tree06fe1e83c3289c66c4490f3ecb2598dad790a2e2 /scripts/README
parent33fab2846af4079308006354f51343c7f7b4fd4a (diff)
downloadtor-be231b0db196513036ee624dc5b9b87c4f898625.tar.gz
tor-be231b0db196513036ee624dc5b9b87c4f898625.zip
Add scripts/coccinelle to scripts/README
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
index 70c763923c..02faabe06b 100644
--- a/scripts/README
+++ b/scripts/README
@@ -56,3 +56,8 @@ for servers to choose from.
codegen/get_mozilla_ciphers.py -- Generate a list of TLS ciphersuites for
clients to use in order to look like Firefox.
+Code transformation scripts
+---------------------------
+
+coccinelle/calloc.cocci -- Transform code to replace variants of
+malloc(a*b) with calloc(a,b)