sahlberg / libsmb2

SMB2/3 userspace client
Other
310 stars 126 forks source link

PS3: fix uninitialize addrinfo struct causing crash #326

Closed cy33hc closed 3 months ago

cy33hc commented 3 months ago

Fix crash caused by uninitialized addrinfo struct especially in for loop in socket.c that references ai->ai_next. This has been broken since commit 3cbcc5a32af2183fb28864be1bd7907325c0b81d

sahlberg commented 3 months ago

Thanks for this fix!