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-03-13 13:29:07 +01:00
2023-05-05 15:08:25 +02:00
2019-08-09 09:03:53 +02:00
2023-03-13 13:29:07 +01:00
2023-05-05 15:08:25 +02:00
2022-06-16 06:43:58 +02:00
2023-04-14 15:22:02 +02:00
2023-04-14 15:22:02 +02:00