mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove remaining references to "nulterminate" in comments
Thanks to Roger for spotting this!
This commit is contained in:
@@ -206,9 +206,6 @@ test_buffer_pullup(void *arg)
|
||||
stuff = tor_malloc(16384);
|
||||
tmp = tor_malloc(16384);
|
||||
|
||||
/* Note: this test doesn't check the nulterminate argument to buf_pullup,
|
||||
since nothing actually uses it. We should remove it some time. */
|
||||
|
||||
buf = buf_new_with_capacity(3000); /* rounds up to next power of 2. */
|
||||
|
||||
tt_assert(buf);
|
||||
|
||||
Reference in New Issue
Block a user