An error occurred while fetching folder content.

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:
Detlev Casanova <detlev.casanova@collabora.com>
Name | Last commit | Last update |
---|