From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yyjson/files/
Date: Sat, 16 Sep 2023 07:24:35 +0000 (UTC) [thread overview]
Message-ID: <1694849060.3bba679d7bcf5e42adc7b9e3ba11a075df82fef8.ceamac@gentoo> (raw)
commit: 3bba679d7bcf5e42adc7b9e3ba11a075df82fef8
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 07:20:35 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:24:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bba679d
dev-libs/yyjson: remove unused patch
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
.../files/yyjson-0.7.0-fix-clang-16-valgrind.patch | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-libs/yyjson/files/yyjson-0.7.0-fix-clang-16-valgrind.patch b/dev-libs/yyjson/files/yyjson-0.7.0-fix-clang-16-valgrind.patch
deleted file mode 100644
index 33a1ceee5a26..000000000000
--- a/dev-libs/yyjson/files/yyjson-0.7.0-fix-clang-16-valgrind.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://github.com/ibireme/yyjson/commit/841a8c5603a1e393d95300a55b44ebc324497e82
-
-From: ibireme <ibireme@gmail.com>
-Date: Mon, 14 Aug 2023 21:33:31 +0800
-Subject: [PATCH] Fix clang-16 valgrind fail: #134
-
---- a/src/yyjson.c
-+++ b/src/yyjson.c
-@@ -2670,6 +2670,7 @@ yyjson_mut_val *yyjson_merge_patch(yyjson_mut_doc *doc,
- builder = yyjson_mut_obj(doc);
- if (unlikely(!builder)) return NULL;
-
-+ memset(&local_orig, 0, sizeof(local_orig));
- if (!yyjson_is_obj(orig)) {
- orig = &local_orig;
- orig->tag = builder->tag;
-@@ -2721,6 +2722,7 @@ yyjson_mut_val *yyjson_mut_merge_patch(yyjson_mut_doc *doc,
- builder = yyjson_mut_obj(doc);
- if (unlikely(!builder)) return NULL;
-
-+ memset(&local_orig, 0, sizeof(local_orig));
- if (!yyjson_mut_is_obj(orig)) {
- orig = &local_orig;
- orig->tag = builder->tag;
reply other threads:[~2023-09-16 7:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1694849060.3bba679d7bcf5e42adc7b9e3ba11a075df82fef8.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox