Add unit test for buf_move_all(), including a failing case
commit0a588821cb5540e901a3d5b07ac73a20905a2c64
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2020 18:19:32 +0000 (30 14:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Jul 2020 18:19:32 +0000 (30 14:19 -0400)
tree5e4d406059bd2a36d884edad3a906a8279b28927
parentdcc60294ad4fe349003d6aeea774d8652744358a
Add unit test for buf_move_all(), including a failing case

The failing case is #if'd out for now, but will be fixed in the next
commit.

Testing for a fix for #40076.
src/test/test_buffers.c