Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jul 2017 11:50:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 220447] lang/perl5.26: crash with PERL_MALLOC
Message-ID:  <bug-220447-14331-pbTTCECejU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220447-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220447-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220447

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
Created attachment 184054
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184054&action=
=3Dedit
Fix bad Perl frees in print/texinfo

Here is a patch that fixes the issue for me.  Apparently texinfo calls the
wrong free function for the result of bytes_to_utf8().  It should call Perl=
's
own Safefree() instead of the system free().

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220447-14331-pbTTCECejU>