Package: eblook / 1:1.6.1-13

Metadata

Package Version Patches format
eblook 1:1.6.1-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20_strcpy fix.patch | (download)

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

 fix wrong usage of strcpy in parsing command line
30_codeconv size.patch | (download)

codeconv.c | 38 6 + 32 - 0 !
codeconv.h | 2 1 + 1 - 0 !
eblook.c | 4 2 + 2 - 0 !
3 files changed, 9 insertions(+), 35 deletions(-)

 fix codeconv problems (size_t vs int, etc.)
 In eblook 1.6.1, curret_to_euc() is called with
 current_to_euc(&ibuf,&ilen,&str,(size_t *)&size), but the size
 argument is defined as int, that is problematic on an environment
40_eb read ssize.patch | (download)

eblook.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix incompatible pointer type for eb_read_* functions
50_ldflags.patch | (download)

aclocal.m4 | 2 1 + 1 - 0 !
configure | 4 2 + 2 - 0 !
configure.ac | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 typo fix for ldflags