[InterNetNews/inn] c03823: Use SvPV_nolen instead of SvPV

Julien ÉLIE noreply at github.com
Fri Aug 9 20:25:53 UTC 2024


  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: c03823ca52b405397f9ab215209f5698af384eb0
      https://github.com/InterNetNews/inn/commit/c03823ca52b405397f9ab215209f5698af384eb0
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M innd/perl.c
    M lib/perl.c
    M nnrpd/perl.c

  Log Message:
  -----------
  Use SvPV_nolen instead of SvPV

SvPV_nolen was already available in Perl 5.8.0, and is more efficient
than SvPV used with the global PL_na variable as an argument because
PL_na must be accessed in thread-local storage in threaded Perl.



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


More information about the inn-committers mailing list