From: Nick Mathewson Date: Fri, 15 Aug 2014 15:03:15 +0000 (-0400) Subject: Add scripts/coccinelle to scripts/README X-Git-Tag: tor-0.2.6.1-alpha~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be231b0db196513036ee624dc5b9b87c4f898625;p=thirdparty%2Ftor.git Add scripts/coccinelle to scripts/README --- 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)