BBS:      TELESC.NET.BR
Assunto:  src/xpdev/netwrap.c
De:       Deuc¨
Data:     Sun, 15 Mar 2026 16:01:53 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/4d10a54239ab8c52d2061abf
Modified Files:
	src/xpdev/netwrap.c
Log Message:
Fix addrinfo linked list traversal in parseIPv6Address()

cur++ is undefined behavior on a linked list  addrinfo nodes from
getaddrinfo() are not contiguous in memory. Use cur = cur->ai_next
to follow the linked list correctly.

Co-Authored-By: Claude Opus 4.6 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]