Accepting request 843482 from home:mnhauke
- Update to version 4.1.4 * 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 OBS-URL: https://build.opensuse.org/request/show/843482 OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=15
This commit is contained in:
parent
981b3d8aef
commit
6f635bc383
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c380f2a9a8c7abe317fe2e03c625740683db76d29dacc49023b96a61c8348ba
|
|
||||||
size 41025
|
|
3
ansilove-4.1.4.tar.gz
Normal file
3
ansilove-4.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e072efb0a79df060941520677192366c8635b113fe2d38860b261aee990467d3
|
||||||
|
size 41278
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 19:44:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 4.1.4
|
||||||
|
* 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 18 19:07:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Fri Sep 18 19:07:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ansilove
|
Name: ansilove
|
||||||
Version: 4.1.3
|
Version: 4.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ANSI and ASCII art to PNG converter
|
Summary: ANSI and ASCII art to PNG converter
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user