Procházet zdrojové kódy

Add scripts/coccinelle to scripts/README

Nick Mathewson před 10 roky
rodič
revize
be231b0db1
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      scripts/README

+ 5 - 0
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)