No direct issues come from using the same handler for multiple signals, but it broadens your susceptibility to other vulnerabilities. For instance, be careful that something a program doesn't generate two similar signals that call linked to the same handler, and the code to deal with it get executed twice.
...