mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
We had a regression in 0.2.6.3-alpha when we stopped saying IPPROTO_TCP to socket(). Fixes bug 14989, bugfix on 0.2.6.3-alpha.
4 lines
198 B
Text
4 lines
198 B
Text
o Major bugfixes (Linux seccomp2 sandbox):
|
|
- Pass IPPROTO_TCP rather than 0 to socket(), so that the
|
|
Linux seccomp2 sandbox doesn't fail. Fixes bug 14989;
|
|
bugfix on 0.2.6.3-alpha.
|