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-04-06 12:48:22 +02:00
2023-04-06 12:48:22 +02:00
2023-04-04 10:52:15 +02:00
2023-06-14 12:47:54 +02:00