Michal Privoznik
039b16e41e
Decrease scope of some variables
...
There are couple of variables that are declared at function
beginning but then used solely within a block (either for() loop
or if() statement). And just before their use they are zeroed
explicitly using memset(). Decrease their scope, use struct zero
initializer and drop explicit memset().
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
2023-08-03 16:35:11 +02:00
..
2023-06-29 11:51:27 +02:00
2023-05-16 10:26:33 +02:00
2023-05-16 10:26:33 +02:00
2023-07-20 15:24:12 +02:00
2022-06-01 09:40:40 +02:00
2023-06-05 13:23:06 +02:00
2023-06-05 13:23:06 +02:00
2023-07-20 15:23:34 +02:00
2023-07-20 17:27:19 +02:00
2023-04-03 09:19:06 +02:00
2023-07-20 15:23:43 +02:00
2023-07-20 15:23:24 +02:00
2023-03-22 13:49:53 +01:00
2023-04-03 09:19:07 +02:00
2023-04-20 10:17:35 +02:00
2023-07-10 13:28:05 +02:00
2023-04-20 08:37:22 +02:00
2022-08-11 15:13:55 +02:00
2023-07-19 09:46:30 -05:00
2023-07-19 09:46:30 -05:00
2022-09-01 13:11:09 +02:00
2023-04-06 12:48:22 +02:00
2023-07-20 11:22:08 +02:00
2023-07-19 08:42:08 +02:00
2023-07-20 15:22:20 +02:00
2023-07-20 10:58:01 +02:00
2023-06-05 13:23:06 +02:00
2023-07-20 15:23:34 +02:00
2023-04-03 09:19:06 +02:00
2023-04-03 09:19:06 +02:00
2023-04-03 09:19:07 +02:00
2023-07-20 15:23:43 +02:00
2023-07-20 15:23:24 +02:00
2023-04-25 08:46:27 +02:00
2023-07-20 15:23:16 +02:00
2023-04-03 09:19:06 +02:00
2023-07-20 17:28:21 +02:00
2023-06-05 13:20:12 +02:00
2023-06-05 13:20:12 +02:00
2023-04-25 12:36:30 +02:00
2023-07-10 13:28:17 +02:00
2023-07-20 15:24:21 +02:00
2023-07-20 14:59:57 +02:00
2023-07-20 15:23:52 +02:00
2023-07-20 15:23:00 +02:00
2023-06-05 13:20:13 +02:00
2023-04-03 09:19:07 +02:00
2023-04-03 09:19:06 +02:00
2023-04-06 12:48:22 +02:00
2023-04-03 08:21:27 +02:00
2023-04-01 11:40:35 +02:00
2023-05-10 14:44:22 +02:00
2023-04-04 10:52:15 +02:00
2023-05-16 08:48:17 +02:00
2023-08-03 16:35:11 +02:00
2023-07-19 13:09:11 +02:00
2023-06-29 11:51:27 +02:00
2020-11-23 14:44:39 +01:00
2020-11-23 14:44:39 +01:00
2023-06-14 12:47:54 +02:00