[Bug 204504] [patch] Small C++ new/delete operator mismatch in groff's code

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 12 14:41:27 UTC 2015


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 at FreeBSD.org
          Reporter: devnexen at 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.


More information about the freebsd-bugs mailing list