Origin: https://gitlab.freedesktop.org/poppler/poppler/-/commit/
4ce27cc826bf90cc8dbbd8a8c87bd913cccd7ec0
Bug-Debian: https://bugs.debian.org/
1117853
Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2025-52885
Gbp-Pq: Name Check-for-duplicate-entries.patch
}
int keyVal = key.getInt();
std::vector<Parent> &vec = parentTree[keyVal];
+ if (!vec.empty()) {
+ error(errSyntaxError, -1, "Nums item at position {0:d} is a duplicate entry for key {1:d}", i, keyVal);
+ continue;
+ }
Object valueArray = nums.arrayGet(i + 1);
if (valueArray.isArray()) {