mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
This patch adds a script written by Nick for bug #13172 to clean up the usage of ==, !=, <, >, <=, and >= by replacing them with their symbolic OP_* counterpart. This will ensure that a tool like Coccinelle doesn't get confused and silently ignore large blocks of code. |
||
---|---|---|
.. | ||
calloc.cocci | ||
malloc_cast.cocci | ||
test-operator-cleanup | ||
uncalloc.cocci |