Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1e870beca985cb6a4dbf3d59bc34b4a36b7280b1
      
https://github.com/Perl/perl5/commit/1e870beca985cb6a4dbf3d59bc34b4a36b7280b1
  Author: Karl Williamson <[email protected]>
  Date:   2021-05-28 (Fri, 28 May 2021)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  isUTF8_CHAR() Check ptr before dereferencing

It is legal to call this function, though not so done in core, with
empty input.  By swapping two conditions in the same 'if', we check if
empty before trying to access it.


Reply via email to