]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite/{init,delete}_module: add TODOs for args validation
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 14:31:36 +0000 (15:31 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commitabb9e04215ce84d1f9d91b52c74d4f88c973bd9c
treebe0e5786127691482e8bd809ebf45a32d2a1e8fb
parenta298cb0d4e633e360267f901d2798a84257e905a
testsuite/{init,delete}_module: add TODOs for args validation

Currently we pass arguments to our *_module wrappers, which are lacking
any validation. Add a few TODO notes and silence the unused argument
compiler warnings.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/delete_module.c
testsuite/init_module.c