From 5ca6382fe8adb5bc436a6d873c8b86c69d5abfd1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 13 Sep 2020 14:43:46 +0300 Subject: [PATCH] Fix uninitialized variable in readmsg * readmsg/readmsg.c (main): Initialize weedc. --- readmsg/readmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c index 9f305bb9c..3a9f420db 100644 --- a/readmsg/readmsg.c +++ b/readmsg/readmsg.c @@ -466,7 +466,7 @@ main (int argc, char **argv) mu_mailbox_t mbox = NULL; struct mu_wordsplit ws; char **weedv; - int weedc; + int weedc = 0; int unix_header = 0; /* Native Language Support */ -- 2.28.0 this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/networking.scm
AgeCommit message (Expand)Author
2021-02-22services: tor: Add control-socket? option....Christopher Lemmer Webber
2021-01-16services: openntpd: Remove support for deprecated "-s" option....Simon South
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2021-01-12services: Add keepalived service....Oleg Pykhalov
2020-11-05services: Add yggdrasil-service-type....raingloom
2020-09-24services: WPA Supplicant: Conditionally depend on D-Bus....Marius Bakke
2020-08-16services: connman-shepherd-service: Don't use short flags....Efraim Flashner
2020-07-06services: simulated-wifi: Use 'kernel-module-loader'....Brice Waegeneire
2020-07-02services: wpa-supplicant: Support specifying additional service dependencies....Marius Bakke
2020-07-02services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> re......Marius Bakke
2020-05-08services: Add descriptions....Ludovic Courtès
2020-04-19services: Add 'simulated-wifi-service-type'....Ludovic Courtès
2020-04-19services: Add 'hostapd-service-type'....Ludovic Courtès