A database access API for perl
Backport upstream fix for CVE-2026-9698, a stack buffer overflow
in DBI.xs. The patch replaces a fixed-size 200-byte stack buffer
used with sprintf() by a dynamically allocated SV via
sv_2mortal(newSVpvf(...)), eliminating the overflow vulnerability.
CVE: CVE-2026-9698
Upstream patches:
-
|
||
|---|---|---|
| .fmf | ||
| plans | ||
| tests | ||
| .gitignore | ||
| DBI-1.643-Catch-warning.patch | ||
| DBI-1.643-Document-the-new-behavior-for-f_dir.patch | ||
| DBI-1.643-Fix-CVE-2026-9698.patch | ||
| DBI-1.643-Fix-for-CVE-2014-10401.patch | ||
| DBI-1.643-Fix-for-empty-attributes-in-DSN.patch | ||
| gating.yaml | ||
| perl-DBI.rpmlintrc | ||
| perl-DBI.spec | ||
| sources | ||