diff options
Diffstat (limited to 'system/arj/patches/006_use_safe_strcpy.patch')
-rw-r--r-- | system/arj/patches/006_use_safe_strcpy.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/arj/patches/006_use_safe_strcpy.patch b/system/arj/patches/006_use_safe_strcpy.patch index ffcab3031e..006385a0af 100644 --- a/system/arj/patches/006_use_safe_strcpy.patch +++ b/system/arj/patches/006_use_safe_strcpy.patch @@ -1,3 +1,12 @@ +Description: Use a safe strcpy for overlapping strings, among others + fixes a build problem with a mangled generated .c file by msgbind + (thus FTBFS), and CRC errors at run-time. +Author: Guillem Jover <guillem@debian.org> +Origin: vendor +Bug-Debian: https://bugs.debian.org/590354 +Forwarded: no +Last-Update: 2010-07-26 + --- arj.c | 2 +- arjdata.c | 9 +-------- |