Avoid malloc/free on each server-side ntor handshake
Now that we require c99, we can use variable-length array here instead of a malloc/free pair.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.
Now that we require c99, we can use variable-length array here instead of a malloc/free pair.