fix containsTLDEntry crash when there are three or more chunks
authorDmitry Shachnev <mitya57@debian.org>
Thu, 28 May 2026 21:30:55 +0000 (21:30 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 28 May 2026 21:30:55 +0000 (21:30 +0000)
commitdc021debbf0353884e6c33938b5629102e363c30
tree8463bdef6ba6f422ff3122dd420c4faeaa7b2237
parent855d23d76acaecbd7667cad10d21653eb38253b4
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