]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Access correct array
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 20 Oct 2024 12:12:59 +0000 (14:12 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 22 Oct 2024 17:02:56 +0000 (12:02 -0500)
commit1319ac5348dac687d73991af2a3cc638b8015ce3
tree54ab4d57ebe9e9f2dae4be867d6b144fa76e55c6
parentbb0c280181e856bd53833e86238672d32fa8be5c
libkmod: Access correct array

The contents of s and strings are identical at this point, but iterate
over the correct variable nonetheless.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/196
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-elf.c