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_mapping: set errsave before first jump to the error label #290

Closed liuchao173 closed 8 months ago

liuchao173 commented 8 months ago

if the fopen fails, errsave is used uninitialized

https://github.com/Irqbalance/irqbalance/issues/287