Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 14:41:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204504] [patch] Small C++ new/delete operator mismatch in groff's code
Message-ID:  <bug-204504-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 204504
           Summary: [patch] Small C++ new/delete operator mismatch in
                    groff's code
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: devnexen@gmail.com
          Keywords: patch

Created attachment 163060
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163060&action=edit
contrib/groff/src/utils/hpftodit's patch

The font_name's variable is allocated via new [] C++ operator, hence its delete
counterpart ougth to be delete [].

-- 
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-204504-8>