fix containsTLDEntry crash when there are three or more chunks
authorDmitry Shachnev <mitya57@debian.org>
Tue, 5 May 2026 13:51:20 +0000 (16:51 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 5 May 2026 13:51:20 +0000 (16:51 +0300)
commit10cfac81f9a53993a86b3d17c2d1d8a60bccf77a
treecdd3f56b075db5199bfc9eefe9a3646998d514a0
parent63779b5e376af9892d9f0ed8821a54125bac3d83
fix containsTLDEntry crash when there are three or more chunks

Forwarded: no
Bug-Debian: https://bugs.debian.org/1095423
Last-Update: 2025-02-08

tldChunks[N] contains total size of chunks from 0 to N, not just the Nth one.

Gbp-Pq: Name containsTLDEntry.diff
src/corelib/io/qtldurl.cpp