aboutsummaryrefslogtreecommitdiff
path: root/changes/bug33782
blob: 9d4a0e7a79df11f2fb3f36b942928ed6c098d1be (plain)
1
2
3
4
5
6
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.