freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-devel] [bug #37126] Intel M/B S3210SH: Segmentation fault (i38


From: anonymous
Subject: [Freeipmi-devel] [bug #37126] Intel M/B S3210SH: Segmentation fault (i386)
Date: Fri, 19 Oct 2012 07:28:57 +0000
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #15, bug #37126 (project freeipmi):

Hi,
the following patch soved this issue for me:

--- ipmi-sensors/ipmi-sensors-argp.c.orig       2012-07-30 19:01:47.000000000
+0200
+++ ipmi-sensors/ipmi-sensors-argp.c    2012-10-18 17:28:28.000000000 +0200
@@ -353,7 +353,7 @@
           ' ',
           sizeof (struct config_file_data_ipmi_sensors));
 
-  if (config_file_parse (cmd_args->common.config_file,
+  if (cmd_args->common.config_file != NULL && config_file_parse
(cmd_args->common.config_file,
                          0,
                          &(cmd_args->common),
                          &(cmd_args->sdr),


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37126>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]