mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Add scripts/coccinelle to scripts/README
This commit is contained in:
parent
33fab2846a
commit
be231b0db1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user