[perl5-dbi/dbi] 67091c: Use hv_fetchs() instead of hv_fetch() with literal...

[email protected] ("H.Merijn Brand" via dbi-dev) Tue, 12 Aug 2025 01:44:29 -0700
Newsgroups perl.dbi.dev
Message-ID <perl5-dbi/dbi/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 67091cab270c91551ac7e836ef8a2556bf77b1c8
      https://github.com/perl5-dbi/dbi/commit/67091cab270c91551ac7e836ef8=
a2556bf77b1c8
  Author: Dagfinn Ilmari Manns=C3=A5ker <[email protected]>
  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 lengt=
h

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/629bb67b6178201b973837251b7=
51b71d57dd4be
  Author: H.Merijn Brand <[email protected]>
  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...629bb67b=
6178

To unsubscribe from these emails, change your notification settings at ht=
tps://github.com/perl5-dbi/dbi/settings/notifications