diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-20 11:16:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-20 11:16:13 +0100 |
commit | 762b3c6697feae7c846a9636e7af82be9e59aafa (patch) | |
tree | f0d475ca802f02d71f7afa3dd1bcdd965e297465 /sci-physics/bullet/files | |
parent | sci-physics/vmc: Remove old (diff) | |
download | gentoo-762b3c6697feae7c846a9636e7af82be9e59aafa.tar.gz gentoo-762b3c6697feae7c846a9636e7af82be9e59aafa.tar.bz2 gentoo-762b3c6697feae7c846a9636e7af82be9e59aafa.zip |
sci-physics/bullet: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/bullet/files')
-rw-r--r-- | sci-physics/bullet/files/bullet-2.89-no-dangling-pointer.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-physics/bullet/files/bullet-2.89-no-dangling-pointer.patch b/sci-physics/bullet/files/bullet-2.89-no-dangling-pointer.patch deleted file mode 100644 index 8eee0016ae28..000000000000 --- a/sci-physics/bullet/files/bullet-2.89-no-dangling-pointer.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 1c64add35ed4918222ceb4fe93b7bef0e2b4e41c Mon Sep 17 00:00:00 2001 -From: stolk <b.stolk@gmail.com> -Date: Wed, 1 Apr 2020 10:59:16 -0700 -Subject: [PATCH] Do not return a dangling pointer! - -Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> ---- - Extras/ConvexDecomposition/cd_wavefront.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Extras/ConvexDecomposition/cd_wavefront.cpp b/Extras/ConvexDecomposition/cd_wavefront.cpp -index b33080964..53b5784df 100644 ---- a/Extras/ConvexDecomposition/cd_wavefront.cpp -+++ b/Extras/ConvexDecomposition/cd_wavefront.cpp -@@ -437,7 +437,7 @@ const char **InPlaceParser::GetArglist(char *line, int &count) // convert sourc - { - const char **ret = 0; - -- const char *argv[MAXARGS]; -+ static const char *argv[MAXARGS]; - int argc = 0; - - char *foo = line; --- -2.28.0 - |