summaryrefslogtreecommitdiff
path: root/changes/bug21134
AgeCommit message (Collapse)Author
2017-01-25Fail if file is too large to mmap.junglefowl
If tor_mmap_file is called with a file which is larger than SIZE_MAX, only a small part of the file will be memory-mapped due to integer truncation. This can only realistically happen on 32 bit architectures with large file support.