mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f1fa85ea73
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.
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
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.
|