openSUSE / zypper

World's most powerful command line package manager
http://en.opensuse.org/Portal:Zypper
Other
403 stars 110 forks source link

Improve the SIGC handler to be signal safe ( bsc#1214292 ) #499

Closed bzeller closed 1 year ago

bzeller commented 1 year ago

This patch updates the SIGINT handling strategy to be signal safe. Meaning the signal handler will do not much more than setting a flag, which we are going to check in the normal program flow as much as possible.