aboutsummaryrefslogtreecommitdiffstats
path: root/community/nbd/fix-segfault-freeaddrinfo.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/nbd: upgrade to 3.20Leo2019-09-261-15/+0
|
* community/nbd: fix segfault during testsKevin Daudt2019-05-171-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