Skip to content
  • Kevin Daudt's avatar
    community/nbd: fix segfault during tests · 6c4dd139
    Kevin Daudt authored
    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
    6c4dd139