Groups | Search | Server Info | Login | Register
| Newsgroups | perl.dbi.dev |
|---|---|
| Date | 2025-08-12 01:44 -0700 |
| Message-ID | <perl5-dbi/dbi/push/refs/heads/master/c2ec11-629bb6@github.com> (permalink) |
| Subject | [perl5-dbi/dbi] 67091c: Use hv_fetchs() instead of hv_fetch() with literal... |
| From | dbi-dev@perl.org ("H.Merijn Brand" via dbi-dev) |
Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 67091cab270c91551ac7e836ef8a2556bf77b1c8
https://github.com/perl5-dbi/dbi/commit/67091cab270c91551ac7e836ef8a2556bf77b1c8
Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date: 2024-09-02 (Mon, 02 Sep 2024)
Changed paths:
M DBI.xs
M Driver.xst
M Driver_xst.h
Log Message:
-----------
Use hv_fetchs() instead of hv_fetch() with literal key and manual length
This avoids potential length miscounting bugs. hv_fetchs() was
introduced in Perl 5.10, but is covered by dbipport.h.
Commit: 629bb67b6178201b973837251b751b71d57dd4be
https://github.com/perl5-dbi/dbi/commit/629bb67b6178201b973837251b751b71d57dd4be
Author: H.Merijn Brand <perl5@tux.freedom.nl>
Date: 2025-08-12 (Tue, 12 Aug 2025)
Changed paths:
M DBI.xs
M Driver.xst
M Driver_xst.h
Log Message:
-----------
Merge pull request #133 from ilmari/hv-fetchs
Use hv_fetchs() instead of hv_fetch() with literal key and manual length
Compare: https://github.com/perl5-dbi/dbi/compare/c2ec112f603e...629bb67b6178
To unsubscribe from these emails, change your notification settings at https://github.com/perl5-dbi/dbi/settings/notifications
Back to perl.dbi.dev | Previous | Next | Find similar
[perl5-dbi/dbi] 67091c: Use hv_fetchs() instead of hv_fetch() with literal... dbi-dev@perl.org ("H.Merijn Brand" via dbi-dev) - 2025-08-12 01:44 -0700
csiph-web