Skip to content
Snippets Groups Projects
Detlev Casanova's avatar
Detlev Casanova authored
The reallocation needs to add enough room to add this to signal_name:

  '.' + key + '\0'

So the reallocation must be

  strlen(signal_name) + strlen(key) + 1 ('.') + 1 ('\0')

Fixes: T8058
Signed-off-by: default avatarDetlev Casanova <detlev.casanova@collabora.com>
744d73ad
History
Name Last commit Last update