소스 검색

Add scripts/coccinelle to scripts/README

Nick Mathewson 10 년 전
부모
커밋
be231b0db1
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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)