Attacking the kernel via its command line
Attacking the kernel via its command line
Posted Jun 21, 2017 10:11 UTC (Wed) by cpitrat (subscriber, #116459)Parent article: Attacking the kernel via its command line
It looks like some parts of the kernel would benefit from unit testing ! All the code that doesn't interact with hardware (like implementations of lists, trees, string methods ... that's a lot of code in the end) could easily be unit tested and should have 100% coverage.
Moreover, static analysis is able to detect unused parameter which would have highlighted this bug.
