aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch')
-rw-r--r--recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch b/recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch
new file mode 100644
index 0000000000..b135c14637
--- /dev/null
+++ b/recipes/busybox/busybox-1.17.3/busybox-1.17.3-dnsd.patch
@@ -0,0 +1,12 @@
+diff -urpN busybox-1.17.3/networking/dnsd.c busybox-1.17.3-dnsd/networking/dnsd.c
+--- busybox-1.17.3/networking/dnsd.c 2010-10-09 21:57:14.000000000 +0200
++++ busybox-1.17.3-dnsd/networking/dnsd.c 2010-10-29 00:37:43.066043841 +0200
+@@ -388,7 +388,7 @@ static int process_packet(struct dns_ent
+ query_len = strlen(query_string) + 1;
+ /* may be unaligned! */
+ unaligned_type_class = (void *)(query_string + query_len);
+- query_len += sizeof(unaligned_type_class);
++ query_len += sizeof(*unaligned_type_class);
+ /* where to append answer block */
+ answb = (void *)(unaligned_type_class + 1);
+