Package: libss7 / 2.0.0-3

Metadata

Package Version Patches format
libss7 2.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Makefile Don t override CFLAGS and use CPPFLAGS.patch | (download)

Makefile | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 makefile: don't override cflags and use cppflags


0002 isup Replace calls to strncpy with safe_copy_string.patch | (download)

isup.c | 63 37 26 - 0 !
1 file changed, 37 insertions( ), 26 deletions(-)

 [patch] isup: replace calls to strncpy() with safe_copy_string()

safe_copy_string() ripped off shamelessly from ast_copy_string().

Reported by Tzafrir Cohen via asterisk-dev mailing list.