mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
13 lines
123 B
Text
13 lines
123 B
Text
|
|
@@
|
|
expression a;
|
|
@@
|
|
- tor_calloc(1, a)
|
|
+ tor_malloc_zero(a)
|
|
|
|
@@
|
|
expression a;
|
|
@@
|
|
- tor_calloc(a, 1)
|
|
+ tor_malloc_zero(a)
|
|
|