diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-05 18:13:37 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-05 18:21:22 -0800 |
| commit | cab61fb72a47eca746837ae66367b90cc99e3d73 (patch) | |
| tree | fc96a24a47202fa5ed0e7ab14a0c0a11c3118775 /pkg/nsd/patch | |
| parent | e75123286610275c320dafe0b7674f88ec892ba4 (diff) | |
Note some patch upstream status
Diffstat (limited to 'pkg/nsd/patch')
| -rw-r--r-- | pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch | 1 |
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. |
