]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add scripts/coccinelle to scripts/README
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 15:03:15 +0000 (11:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 15:03:15 +0000 (11:03 -0400)
scripts/README

index 70c763923c8d5dc424fa9944c7722b4abbc745f4..02faabe06b866da047f6f17000d2405560004514 100644 (file)
@@ -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)