summaryrefslogtreecommitdiff
path: root/pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-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/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch
parente75123286610275c320dafe0b7674f88ec892ba4 (diff)
Note some patch upstream status
Diffstat (limited to 'pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch')
-rw-r--r--pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch b/pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch
index 24615b3b..ed167604 100644
--- a/pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch
+++ b/pkg/squashfs-tools/patch/0001-Avoid-pointer-arithmetic-with-void.patch
@@ -2,6 +2,7 @@ From 7668bc8b07dec7eeb8f2682e50ae5c740c25c704 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Thu, 30 Jan 2020 11:38:23 -0800
Subject: [PATCH] Avoid pointer arithmetic with `void *`
+Upstream: https://github.com/plougher/squashfs-tools/pull/86
`void *` is a pointer to an incomplete type, so cannot be used in
pointer arithmetic.