Hnan-Ting Lo
564aef2aff
fru: internaluse: Fix segmentation fault ( #9 )
...
A segmentation fault was trigged by executing 'ipmitool fru internaluse 1 info'.
A memset() was attempted on the address of a pointer, not on the pointer itself.
The erroneous memset() is removed with this commit because it duplicates
the memset() in line 4072.
Resolves ipmitool/ipmitool#9
Signed-off-by: Kylix Lo <kylix0713@gmail.com>
2018-05-30 18:31:24 +03:00
..
2018-03-30 02:33:35 +03:00
2016-05-17 20:54:09 +02:00
2016-07-31 08:52:40 +02:00
2016-04-11 17:18:40 +02:00
2017-01-21 16:50:52 +01:00
2016-08-21 12:17:10 +02:00
2016-07-31 20:19:30 +02:00
2018-04-05 21:08:22 +03:00
2016-07-31 08:52:40 +02:00
2017-02-08 11:45:59 +03:00
2016-05-17 20:49:06 +02:00
2016-06-06 06:43:35 +02:00
2018-05-30 18:31:24 +03:00
2015-01-17 11:44:46 +01:00
2014-02-05 17:30:32 +01:00
2016-06-09 12:01:48 +02:00
2016-03-14 20:19:35 +01:00
2016-03-13 11:40:10 +01:00
2015-01-19 15:37:05 +01:00
2016-08-21 08:59:27 +02:00
2016-08-31 19:34:18 +02:00
2016-07-31 08:56:38 +02:00
2016-05-16 19:18:19 +02:00
2014-12-29 09:33:22 +01:00
2016-07-31 08:52:40 +02:00
2018-05-11 14:24:17 +03:00
2015-07-25 09:43:57 +02:00
2017-04-06 21:51:45 +02:00
2016-03-13 11:40:10 +01:00
2016-10-06 06:14:42 +02:00
2016-05-17 20:49:06 +02:00
2016-07-31 08:52:40 +02:00
2016-06-29 20:06:29 +02:00
2018-03-30 12:45:03 +03:00
2016-05-30 20:38:17 +02:00
2016-04-11 17:18:40 +02:00
2016-03-13 11:40:10 +01:00
2015-11-06 09:02:15 +01:00
2016-03-14 20:37:33 +01:00
2018-03-30 02:33:35 +03:00