Daniel Kahn Gillmor
367b073ab5
avoid future chance of using uninitialized memory
...
* common/iobuf.c: (iobuf_open): initialize len
--
In iobuf_open, IOBUFCTRL_DESC and IOBUFCTRL_INIT commands are invoked
(via file_filter()) on fcx, passing in a pointer to an uninitialized
len.
With these two commands, file_filter doesn't actually do anything with
the value of len, so there's no actual risk of use of uninitialized
memory in the code as it stands.
However, some static analysis tools might flag this situation with a
warning, and initializing the value doesn't hurt anything, so i think
this trivial cleanup is warranted.
Debian-Bug-Id: 773469
2014-12-22 13:14:17 +01:00
..
2013-02-06 12:56:19 +01:00
2014-11-24 09:48:59 +01:00
2014-10-29 17:07:51 +01:00
2014-08-26 17:47:54 +02:00
2014-11-27 20:41:37 +01:00
2014-11-19 10:47:56 +01:00
2014-08-26 17:47:54 +02:00
2014-08-26 17:47:54 +02:00
2012-04-20 15:48:48 +02:00
2012-04-20 15:48:48 +02:00
2011-12-01 11:09:02 +01:00
2014-01-29 17:45:05 +01:00
2011-12-01 11:09:02 +01:00
2007-07-04 19:49:40 +00:00
2012-04-20 15:48:48 +02:00
2014-11-07 18:17:52 +01:00
2012-04-20 15:48:48 +02:00
2014-12-22 12:56:13 +01:00
2012-06-05 19:29:22 +02:00
2011-09-30 12:53:34 +02:00
2011-02-04 12:57:53 +01:00
2014-09-18 16:01:11 +02:00
2014-10-03 11:58:58 +02:00
2014-05-02 08:22:38 +02:00
2014-08-26 17:47:54 +02:00
2011-02-04 12:57:53 +01:00
2014-03-12 18:35:36 +01:00
2014-11-19 10:47:56 +01:00
2012-04-20 15:48:48 +02:00
2014-03-18 11:02:50 +01:00
2014-03-18 11:02:50 +01:00
2013-05-07 21:35:48 +02:00
2013-11-18 14:09:47 +01:00
2012-06-05 19:29:22 +02:00
2014-06-27 19:10:09 +02:00
2014-01-29 17:45:05 +01:00
2014-12-08 17:12:23 +01:00
2014-08-26 17:47:54 +02:00
2012-04-20 15:48:48 +02:00
2011-02-04 12:57:53 +01:00
2014-11-20 12:17:50 +01:00
2013-03-20 09:50:17 +01:00
2014-12-22 13:14:17 +01:00
2014-08-26 17:47:54 +02:00
2007-07-04 19:49:40 +00:00
2011-01-10 14:30:17 +01:00
2011-09-30 12:53:34 +02:00
2012-04-20 15:48:48 +02:00
2014-03-07 16:06:35 +01:00
2014-08-26 17:47:54 +02:00
2014-11-11 10:13:10 +01:00
2014-02-26 16:18:45 +01:00
2014-08-26 17:47:54 +02:00
2014-02-26 16:16:30 +01:00
2014-08-26 17:47:54 +02:00
2011-09-30 12:53:34 +02:00
2014-08-11 17:22:47 +02:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2014-11-25 11:58:56 +01:00
2014-09-12 11:31:49 +02:00
2012-04-20 15:48:48 +02:00
2014-11-07 18:17:52 +01:00
2012-04-20 15:48:48 +02:00
2003-08-05 17:11:04 +00:00
2011-02-04 12:57:53 +01:00
2014-12-19 13:07:09 +01:00
2012-04-20 15:48:48 +02:00
2012-04-20 15:48:48 +02:00
2014-09-18 16:01:11 +02:00
2013-02-06 12:56:19 +01:00
2012-04-20 15:48:48 +02:00
2014-11-19 10:47:56 +01:00
2011-02-04 12:57:53 +01:00
2014-11-07 18:17:52 +01:00
2014-03-07 14:18:43 +01:00
2014-03-22 20:52:03 +01:00
2012-04-20 15:48:48 +02:00
2011-02-04 12:57:53 +01:00
2013-01-30 18:51:56 +01:00
2014-11-11 15:14:31 +01:00
2014-11-11 15:14:31 +01:00
2011-09-30 12:53:34 +02:00
2011-09-30 12:53:34 +02:00
2014-11-11 15:14:31 +01:00
2014-11-11 15:14:31 +01:00
2012-06-05 19:29:22 +02:00
2011-02-04 12:57:53 +01:00
2012-06-05 19:29:22 +02:00
2012-06-05 19:29:22 +02:00
2011-08-10 14:11:30 +02:00
2012-06-05 19:29:22 +02:00
2012-06-05 19:29:22 +02:00
2014-10-02 17:33:57 +02:00
2014-02-26 16:18:45 +01:00
2014-11-25 11:58:56 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2012-06-05 19:29:22 +02:00
2014-04-22 15:58:33 +02:00
2011-09-30 12:53:34 +02:00
2014-02-26 16:18:45 +01:00
2014-11-11 15:14:31 +01:00
2014-11-11 10:13:10 +01:00
2011-09-30 12:53:34 +02:00
2014-04-17 21:09:10 +02:00
2014-05-02 11:19:25 +02:00
2012-04-20 15:48:48 +02:00
2012-04-20 15:48:48 +02:00
2014-08-26 17:47:54 +02:00
2014-03-27 12:59:55 +01:00
2014-01-29 17:45:05 +01:00
2012-04-20 15:48:48 +02:00
2012-04-20 15:48:48 +02:00
2014-02-26 14:03:57 +01:00
2011-09-30 12:53:34 +02:00
2014-12-15 17:38:40 +01:00
2011-09-30 12:53:34 +02:00
2011-09-30 12:53:34 +02:00
2014-03-07 14:18:43 +01:00
2013-07-31 16:25:41 +02:00
2013-05-07 21:35:48 +02:00
2014-08-26 17:47:54 +02:00
2014-06-02 11:47:25 +02:00
2011-09-30 12:53:34 +02:00
2012-04-20 15:48:48 +02:00
2011-02-04 12:57:53 +01:00
2014-04-17 21:09:10 +02:00