summaryrefslogtreecommitdiff
path: root/src/basic/exit-status.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2016-06-07 10:38:33 +0200
committerLennart Poettering <lennart@poettering.net>2016-06-07 10:38:33 +0200
commit82e4eda664d40ef60829e27d84b1610c2f4070cd (patch)
tree2343814aeed404b9f112c77fd04069bccb5d7b5f /src/basic/exit-status.h
parent138f4c69064504bf7ef83cc8a53133f007ad84d6 (diff)
sd-netlink: fix deep recursion in message destruction (#3455)
On larger systems we might very well see messages with thousands of parts. When we free them, we must avoid recursing into each part, otherwise we very likely get stack overflows. Fix sd_netlink_message_unref() to use an iterative approach rather than recursion (also avoid tail-recursion in case it is not optimized by the compiler).
Diffstat (limited to 'src/basic/exit-status.h')
0 files changed, 0 insertions, 0 deletions