aboutsummaryrefslogtreecommitdiff
path: root/core/runit/patches/svlogd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/runit/patches/svlogd.patch')
-rw-r--r--core/runit/patches/svlogd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/runit/patches/svlogd.patch b/core/runit/patches/svlogd.patch
new file mode 100644
index 00000000..c43a228f
--- /dev/null
+++ b/core/runit/patches/svlogd.patch
@@ -0,0 +1,14 @@
+Taken from void
+Initialize all fields of sockaddr_in.
+http://skarnet.org/cgi-bin/archive.cgi?2:mss:1163:201602:gpiglpbjdemlioaeabbn
+
+--- runit-2.1.2/src/svlogd.c
++++ runit-2.1.2/src/svlogd.c
+@@ -430,6 +430,7 @@
+ ld->name =(char*)fn;
+ ld->ppid =0;
+ ld->match ='+';
++ ld->udpaddr.sin_family =AF_INET;
+ ld->udpaddr.sin_port =0;
+ ld->udponly =0;
+ while (! stralloc_copys(&ld->prefix, "")) pause_nomem();