commit | ab9473a6678950c949a40de692766a73e898b0e8 | [log] [tgz] |
---|---|---|
author | Iurii Zaikin <yzaikin@google.com> | Tue Feb 05 17:35:26 2019 -0800 |
committer | Brendan Higgins <brendanhiggins@google.com> | Wed May 01 14:33:09 2019 -0700 |
tree | 09e20e43c520ab60c12b0090a131743ff439239e | |
parent | 7a5eba486785c2dc98130f12ea949695973b3c31 [diff] |
kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() KUnit tests for initialized data behavior of proc_dointvec that is explicitly checked in the code. Includes basic parsing tests including int min/max overflow. Signed-off-by: Iurii Zaikin <yzaikin@google.com> Signed-off-by: Brendan Higgins <brendanhiggins@google.com>