X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=package%2Futils%2Fbusybox%2Fpatches%2F010-networking-fix-uninitialized-memory-when-displaying-.patch;h=eabbf3f908015d441953df83e18534e4426946d5;hp=554fc8f21f85699418222510dcfeb5db0b12e0ff;hb=7eeb254cc49c4e9f837c980826ec112b9404f341;hpb=f7fb6e49f214e8a38698bab4d33551addbc04439 diff --git a/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch b/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch index 554fc8f21f..eabbf3f908 100644 --- a/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch +++ b/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 18 Jan 2016 12:03:45 +0100 Subject: [PATCH] networking: fix uninitialized memory when displaying IPv6 addresses @@ -8,7 +8,7 @@ After commit 8e74adab0107658e3dc04ed342206272a284f43e INET_sprint6 uses more than just sin6_addr, it also tries to display the scope id, which is uninitialized when called from ife_print6. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/networking/interface.c