netlink: make it clearer that we're handling realloc correctly
authorDavid Härdeman <[email protected]>
Sun, 23 Nov 2025 14:15:33 +0000 (15:15 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Thu, 27 Nov 2025 07:24:53 +0000 (08:24 +0100)
commitae9e22ab3fadd1ca300902d952d340a70d2e9ce5
tree824e68305adb8c5783538aef32db402f4fb15b9d
parentb9db4d7061a08bf82a25222074065cce71973d0c
netlink: make it clearer that we're handling realloc correctly

This doesn't really change the code, it just makes it clearer when
grepping for realloc() that failure is handled correctly.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/320
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/netlink.c