]> git.ipfire.org Git - thirdparty/systemd.git/commit
libsystemd: fix RTNL_CONTAINER_DEPTH assert
authorKarel Zak <kzak@redhat.com>
Thu, 6 Aug 2015 11:32:07 +0000 (13:32 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Aug 2015 11:33:53 +0000 (13:33 +0200)
commit0610939d6bd21873cd2a8d945daff86c477a5015
tree7461c6e311917c5eacc1dca765de8d6dc6fad631
parenta6b095186891e9c0fa61a191126977c5eea6f111
libsystemd: fix RTNL_CONTAINER_DEPTH assert

The m->n_containers is index and has to be smaller than the array
size.
src/libsystemd/sd-netlink/netlink-message.c