summaryrefslogtreecommitdiff
path: root/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-05 18:13:37 -0800
committerMichael Forney <mforney@mforney.org>2020-02-05 18:21:22 -0800
commitcab61fb72a47eca746837ae66367b90cc99e3d73 (patch)
treefc96a24a47202fa5ed0e7ab14a0c0a11c3118775 /pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch
parente75123286610275c320dafe0b7674f88ec892ba4 (diff)
Note some patch upstream status
Diffstat (limited to 'pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch')
-rw-r--r--pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch b/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch
index 5a8e77c3..976684fe 100644
--- a/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch
+++ b/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch
@@ -2,6 +2,7 @@ From ecde6ced1a7d7649510c5428646e2a96477f6c6f Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sun, 16 Jun 2019 23:17:47 -0700
Subject: [PATCH] Avoid pointer arithmetic on `void *`
+Upstream: https://github.com/NLnetLabs/nsd/pull/60
The pointer operand to the binary `+` operator must be to a complete
object type.