mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
No description
Do not graciously increase the size to be mmaped if the current size already is at a page_size boundary. This is important since if a file has a size of zero and we mmap() it with length > 0, then accessing the mmaped memory area causes a bus error. However, if we pass a length of 0 to mmap() it will return with -1 and things work from there. svn:r8387 |
||
---|---|---|
contrib | ||
debian | ||
doc | ||
src | ||
Win32Build | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.in | ||
Doxyfile | ||
INSTALL | ||
LICENSE | ||
Makefile.am | ||
README | ||
tor.spec.in |
Tor is an implementation of Onion Routing. You can read more at http://tor.eff.org/