Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 19:52:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250543] graphics/ansilove: Update to 4.1.4
Message-ID:  <bug-250543-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 250543
           Summary: graphics/ansilove: Update to 4.1.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/ansilove/ansilove
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: amdmi3@FreeBSD.org
          Reporter: juraj@lutter.sk
             Flags: maintainer-feedback?(amdmi3@FreeBSD.org)
          Assignee: amdmi3@FreeBSD.org

Created attachment 218987
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218987&action=
=3Dedit
graphics/ansilove: Update to 4.1.4

Hi,

please find the patch attached.

Changelog:
- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2
- Move read_status variable declaration to the top of the function
- Check fread() return values in readComments() and add error handling
- Introduce the READ_RECORD function-like macro, for fread error handling
- Use READ_RECORD in readRecord() to add fread() error handling
- Only call memset() if the malloc call succeeds
- Check strdup() return value and error out on failed allocation

Builds OK on 11.4, 12-STABLE, 13-CURRENT.

--=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-250543-7788>