mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
249 B
Text
5 lines
249 B
Text
|
o Code simplification and refactoring:
|
||
|
- Do not allow the body of any SMARTLIST_FOREACH block to exceed
|
||
|
10 lines. Doing so in the past has led to hard-to-debug code.
|
||
|
The new style is to use the SMARTLIST_FOREACH_{BEGIN,END} pair.
|