Changeset: a20f47b8651f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a20f47b8651f
Modified Files:
gdk/gdk_atoms.c
Branch: Dec2025
Log Message:
Fix assert.
diffs (12 lines):
diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c
--- a/gdk/gdk_atoms.c
+++ b/gdk/gdk_atoms.c
@@ -1810,7 +1810,7 @@ INET6toString(allocator *ma, str *retval
}
/* nils should never reach us here */
- assert(best_len < 8);
+ assert(best_len < 16);
/* Special case: IPv4-mapped IPv6 address */
if (best_start == 0 && best_len == 10 && value->hex[10] == 0xFF &&
value->hex[11] == 0xFF) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]