diff options
author | teor <teor@torproject.org> | 2020-04-04 13:23:56 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-04 13:23:56 +1000 |
commit | a84fd949ed2deaf0f526569bc5e4c75270d35e41 (patch) | |
tree | 46c3206fc6a71a818799207150a14b462f37d933 /changes | |
parent | c0fe88b236048b142c959f3514d9f164f9950b63 (diff) | |
parent | b1e1c6b505e1cadedf6c05706dfffaaab2b70a25 (diff) | |
download | tor-a84fd949ed2deaf0f526569bc5e4c75270d35e41.tar.gz tor-a84fd949ed2deaf0f526569bc5e4c75270d35e41.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33782 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug33782 b/changes/bug33782 new file mode 100644 index 0000000000..9d4a0e7a79 --- /dev/null +++ b/changes/bug33782 @@ -0,0 +1,7 @@ + o Testing: + - Avoid conflicts between the fake sockets in tor's unit tests, and real + file descriptors. Resolves issues running unit tests with GitHub Actions, + where the process that embeds or launches the tests has already opened a + large number of file descriptors. + Fixes bug 33782; bugfix on 0.2.8.1-alpha. + Found and fixed by Putta Khunchalee. |