Skip to content

Fix crash in LZMA module when the Sandbox is enabled.

Alexander Færøy requested to merge bugs/22751 into maint-0.3.1

This patch fixes a crash in our LZMA module where liblzma will allocate slightly more data than it is allowed to by its limit, which leads to a crash.

See: https://bugs.torproject.org/22751

Merge request reports