helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link

Application: fix initialisation of sigaction struct #90

Closed ghost closed 3 years ago

ghost commented 3 years ago

valgrind complained that sa_flags wasn't initialised - could have possibly caused problems depending on compiler/toolchain. Fixed by initialising the struct before use.

Signed-off-by: Chris Moore chris@mooreonline.org

@probonopd please review

probonopd commented 3 years ago

Thank you @moochris