Groups | Search | Server Info | Login | Register


Groups > perl.perl5.changes > #34405

[Perl/perl5] 5e5c2a: intuit_more(): fix length in calls to is_existing_...

Newsgroups perl.perl5.changes
Date 2026-02-23 14:49 -0800
Message-ID <Perl/perl5/push/refs/heads/blead/a16ebd-5e5c2a@github.com> (permalink)
Subject [Perl/perl5] 5e5c2a: intuit_more(): fix length in calls to is_existing_...
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: 5e5c2ac74906f511d844eb46b414def73cdf479c
      https://github.com/Perl/perl5/commit/5e5c2ac74906f511d844eb46b414def73cdf479c
  Author: Lukas Mai <lukasmai.403@gmail.com>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  intuit_more(): fix length in calls to is_existing_identifier

len = length(tmpbuf) - 1, so pass len + 1 to is_existing_identifier() to
compensate for the minus 1.



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] 5e5c2a: intuit_more(): fix length in calls to is_existing_... perl5-changes@perl.org (Lukas Mai via perl5-changes) - 2026-02-23 14:49 -0800

csiph-web