summaryrefslogtreecommitdiff
path: root/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-9.0.1-glibc_siglist.patch
blob: f9f587c96c8c7c01e2e118e36049dea0ff27c519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#-------------------------------------------------------------------
#     compatibility with glibc 2.32 version #751592
#-------------------------------------------------------------------
--- ./gsad/src/gsad.c	2020-05-13 09:22:13.000000000 +0200
+++ ./gsad/src/gsad.c	2020-10-28 13:07:25.127222254 +0100
@@ -3318,7 +3318,7 @@
     {
       if (termination_signal)
         {
-          g_debug ("Received %s signal.\n", sys_siglist[termination_signal]);
+          g_debug ("Received %s signal.\n", strsignal(termination_signal));
           gsad_cleanup ();
           /* Raise signal again, to exit with the correct return value. */
           signal (termination_signal, SIG_DFL);