Package: dcraw / 9.28-8

Metadata

Package Version Patches format
dcraw 9.28-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
721232.patch | (download)

dcraw.c | 24 20 + 4 - 0 !
1 file changed, 20 insertions(+), 4 deletions(-)

 fixed debian bug #721232 (multiple vulnerabilities)


864168.patch | (download)

dcraw.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 fixed bugfix #864168 index overflow in smal_decode_segment()


715777.patch | (download)

clean_crw.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 715777

Bugfix #715777.

add_autotools.diff | (download)

AUTHORS | 12 12 + 0 - 0 !
COPYING | 42 42 + 0 - 0 !
ChangeLog | 4 4 + 0 - 0 !
Makefile.am | 18 18 + 0 - 0 !
NEWS | 6 6 + 0 - 0 !
README | 4 4 + 0 - 0 !
configure.ac | 19 19 + 0 - 0 !
7 files changed, 105 insertions(+)

 added configure.ac and makefile.am for a rudimentary autotools build
 system

===================================================================

remove_LO_line_from_manpage.diff | (download)

dcraw.1 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove_lo_line_from_manpage

Fixing lintian warning for a manpage

906529.patch | (download)

dcraw.c | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 stack-based buffer overflow bug


906530.patch | (download)

dcraw.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 null dereference bug


iowrap.diff | (download)

dcraw.c | 590 309 + 281 - 0 !
parse.c | 246 138 + 108 - 0 !
2 files changed, 447 insertions(+), 389 deletions(-)

 written wrappers of fread(),fwrite(),fseek() having checks of return
 values.

===================================================================

0009 missing_headers.patch | (download)

configure.ac | 3 2 + 1 - 0 !
dcraw.c | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 missing_headers


0010 Fuji headers.patch | (download)

fuji_green.c | 3 3 + 0 - 0 !
fujiturn.c | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 fuji headers


remove duplicate memmem.patch | (download)

parse.c | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 don't reimplement memmem()

0012 pointer char cast.patch | (download)

parse.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 pointer char cast


0013 Added missing feature macro.patch | (download)

parse.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 added missing feature macro


0014 Fixed the unsigned doff. Related to 1087911.patch | (download)

dcraw.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed the unsigned doff. related to #1087911