From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A7A23851157; Wed, 26 Oct 2022 00:40:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A7A23851157 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666744812; bh=vkLqSlY37KbAvbKIoIJ7mLQ3Lir67ZYvZpzo/6iM3/c=; h=From:To:Subject:Date:From; b=CgBWOujNBo83GUlm2IvFslkUbWpCwP+qmXW3SrmJ3u+BWTPw+rUwXcG4KXMrAhSMb SSwRaCADyyShSMm7CWhXcaykwi8x+hH8T81SOoEpOpjshUMgz0OTVhJOjFIxR0dMkW Ehz5MNHY3Fz+yLE0CO1Hi9nAClsEjEzb30mS59Bo= From: "lijunlong at openresty dot com" To: systemtap@sourceware.org Subject: [Bug translator/29723] New: A null pointer dereference when call dwarf_diename Date: Wed, 26 Oct 2022 00:40:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lijunlong at openresty dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29723 Bug ID: 29723 Summary: A null pointer dereference when call dwarf_diename Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: lijunlong at openresty dot com Target Milestone: --- Created attachment 14413 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14413&action=3Ded= it diename to std::string The program would crash when converting NULL to std::string. --=20 You are receiving this mail because: You are the assignee for the bug.=