public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 3.4.3-19
Date: Mon, 29 Jun 2026 12:21:37 GMT	[thread overview]
Message-ID: <178273569712.1.7300903362327691310.rpms-gcc-e34deee2026f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : e34deee2026f372d9f7fb9066b2a68eb2389863c
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2005-02-12T08:51:45+00:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/e34deee2026f372d9f7fb9066b2a68eb2389863c?branch=rhel-f41-base

Log:
3.4.3-19

---
diff --git a/libgcc_post_upgrade.c b/libgcc_post_upgrade.c
index 5e67a21..d2ecdf7 100644
--- a/libgcc_post_upgrade.c
+++ b/libgcc_post_upgrade.c
@@ -17,10 +17,13 @@ int main(void)
   pid_t pid;
   int status;
   char initpath[256];
+  const char *argv[2];
 
   if (access ("/sbin/ldconfig", X_OK))
     _exit (0);
-  execl ("/sbin/ldconfig", "/sbin/ldconfig", NULL);
+  argv[0] = "/sbin/ldconfig";
+  argv[1] = NULL;
+  execv ("/sbin/ldconfig", argv);
   _exit (110);
 }
 

                 reply	other threads:[~2026-06-29 12:21 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=178273569712.1.7300903362327691310.rpms-gcc-e34deee2026f@fedoraproject.org \
    --to=jakub@fedoraproject.org \
    --cc=git-commits@fedoraproject.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