[tor-commits] [tor/master] Add scripts/coccinelle to scripts/README

nickm at torproject.org nickm at torproject.org
Fri Aug 15 15:03:20 UTC 2014


commit be231b0db196513036ee624dc5b9b87c4f898625
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Aug 15 11:03:15 2014 -0400

    Add scripts/coccinelle to scripts/README
---
 scripts/README |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/README b/scripts/README
index 70c7639..02faabe 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)



More information about the tor-commits mailing list