summaryrefslogtreecommitdiff
path: root/src/bin/jp3d/convert.c
AgeCommit message (Collapse)Author
2020-04-17jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)Eduardo Barretto
This issues were found by cppcheck and coverity.
2018-11-01jp3d/jpwl convert: fix write stack buffer overflowHugo Lefeuvre
Missing buffer length formatter in fscanf call might lead to write stack buffer overflow. fixes #1044 (CVE-2017-17480)
2018-03-03jp3d: Replace sprintf() by snprintf() in volumetobin()Karol Babioch
This replaces the unsafe sprintf() invocation by the safer snprintf() one, with the correct buffer size to prevent buffer overflows. This fixes #1085.
2018-02-25jp3d: Convert ISO-8859 to UTF-8Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-09-19src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018)Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2012-10-02[trunk] Set of warnings fix for gcc -pedanticMathieu Malaterre
2012-09-28[trunk] FolderReorgProposal task: add JP3DMathieu Malaterre
Update issue 177