Irqbalance / irqbalance

The irqbalance source tree - The new official site for irqbalance
http://irqbalance.github.io/irqbalance/
GNU General Public License v2.0
576 stars 139 forks source link

activate.c: errsave may be used uninitialized #287

Closed StefanBruens closed 8 months ago

StefanBruens commented 9 months ago

errsave is uninitialized first: https://github.com/Irqbalance/irqbalance/blob/b0152bc4e8c8464294f089351cf7a19afe6987e2/activate.c#L53

and only set in line 81: https://github.com/Irqbalance/irqbalance/blob/b0152bc4e8c8464294f089351cf7a19afe6987e2/activate.c#L81

But the first jump to the error: label is before that: https://github.com/Irqbalance/irqbalance/blob/b0152bc4e8c8464294f089351cf7a19afe6987e2/activate.c#L76-L77