A database access API for perl
Backport two upstream fixes for CVE-2026-9698 to perl-DBI: - Fix possible stack overflow in XS_DBI_dispatch by replacing a fixed-size char[200] buffer with dynamic newSVpvf() allocation. - Fix buffer overflow in preparse() by increasing the allocation from strlen(statement)*3 to strlen(statement)*6+16 to account for longer placeholder replacements. Both fixes are combined in a single patch file DBI-1.643-Fix-CVE-2026-9698.patch. CVE: CVE-2026-9698 Upstream patches: - |
||
|---|---|---|
| .gitignore | ||
| DBI-1.643-Fix-CVE-2026-9698.patch | ||
| perl-DBI.rpmlintrc | ||
| perl-DBI.spec | ||
| sources | ||