commit be231b0db196513036ee624dc5b9b87c4f898625 Author: Nick Mathewson nickm@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)
tor-commits@lists.torproject.org