Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/nbd: upgrade to 3.20 | Leo | 2019-09-26 | 1 | -15/+0 |
| | |||||
* | community/nbd: fix segfault during tests | Kevin Daudt | 2019-05-17 | 1 | -0/+15 |
nbd calls freeaddrinfo on a variable that might not have been initialized. This causes segfaults for inetd and unix mode. This was caught by the test suite. Closes GH-7913 |