FreeBSD Bugzilla – Attachment 223672 Details for
Bug 254630
security/gvmd: 'wget' should not be hardcoded to /usr/bin/wget
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Unified diff for patch-src_manage_sql.c
file_254630.txt (text/plain), 824 bytes, created by
Eirik Oeverby
on 2021-03-28 19:39:34 UTC
(
hide
)
Description:
Unified diff for patch-src_manage_sql.c
Filename:
MIME Type:
Creator:
Eirik Oeverby
Created:
2021-03-28 19:39:34 UTC
Size:
824 bytes
patch
obsolete
>--- patch-src_manage_sql.c.orig 2021-03-28 21:34:49.454946000 +0200 >+++ patch-src_manage_sql.c 2021-03-28 21:37:24.387822000 +0200 >@@ -1,5 +1,5 @@ > --- src/manage_sql.c 2021-02-02 09:44:09.000000000 -0500 >-+++ src/manage_sql.c 2021-02-18 13:49:16.256262000 -0500 >++++ src/manage_sql.c 2021-03-28 21:34:18.455098000 +0200 > @@ -52,7 +52,6 @@ > #include <errno.h> > #include <glib/gstdio.h> >@@ -8,6 +8,15 @@ > #include <pwd.h> > #include <stdlib.h> > #include <sys/socket.h> >+@@ -9116,7 +9115,7 @@ >+ g_debug (" HTTP_GET %s", url); >+ >+ cmd = (gchar **) g_malloc (5 * sizeof (gchar *)); >+- cmd[0] = g_strdup ("/usr/bin/wget"); >++ cmd[0] = g_strdup ("/usr/local/bin/wget"); >+ cmd[1] = g_strdup ("-O"); >+ cmd[2] = g_strdup ("-"); >+ cmd[3] = g_strdup (url); > @@ -15277,8 +15276,6 @@ > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 254630
: 223672