Groups | Search | Server Info | Login | Register


Groups > perl.perl5.changes > #34404

[Perl/perl5] 3764bc: intuit_more(): use correct variable name for end o...

Newsgroups perl.perl5.changes
Date 2026-02-23 14:48 -0800
Message-ID <Perl/perl5/push/refs/heads/blead/5deded-a16ebd@github.com> (permalink)
Subject [Perl/perl5] 3764bc: intuit_more(): use correct variable name for end o...
From perl5-changes@perl.org (Lukas Mai via perl5-changes)

Show all headers | View raw


  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 3764bc7ef57c02082e286a30f910bbc290c0e571
      https://github.com/Perl/perl5/commit/3764bc7ef57c02082e286a30f910bbc290c0e571
  Author: Lukas Mai <lukasmai.403@gmail.com>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  intuit_more(): use correct variable name for end of buffer

Commit 3b85b09deef9 switched to checking tmpbuf so we also need to pass
the end of tmpbuf as the end of the range.

Otherwise we get errors like

    utf8.c:72: Perl_force_out_malformed_utf8_message_: Assertion `p < e' failed.

Fixes #24229.


  Commit: a16ebda5f67b526d9eb65a9bd6c53fa7d7074eac
      https://github.com/Perl/perl5/commit/a16ebda5f67b526d9eb65a9bd6c53fa7d7074eac
  Author: Lukas Mai <lukasmai.403@gmail.com>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M t/re/pat_rt_report.t

  Log Message:
  -----------
  add regression test for #24229


Compare: https://github.com/Perl/perl5/compare/5dededc47150...a16ebda5f67b

To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

Back to perl.perl5.changes | Previous | Next | Find similar


Thread

[Perl/perl5] 3764bc: intuit_more(): use correct variable name for end o... perl5-changes@perl.org (Lukas Mai via perl5-changes) - 2026-02-23 14:48 -0800

csiph-web