]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Remove a malloc call
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 17 Oct 2024 13:53:03 +0000 (15:53 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 13 Nov 2024 14:56:11 +0000 (08:56 -0600)
commit5c24480dff5b77762197a64d5a177b506274f227
tree769c20c5f0ea2e9214cb6735b64017bbc9bb3b43
parentdada048cbf575ccc3c70305392d28f29ca284680
depmod: Remove a malloc call

The offsets of node children can be stored on stack.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/188
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c