<div dir="ltr">The intent here seems to have been to ignore lines with too few<br>arguments to be valid, but since strtok() returns NULL at the end of the<br>string, if you only have "verb noun", you'd be falsely rejected.<br><br>Since we've kept a count anyway, just check the count.<br>---<br> toys/pending/modprobe.c | 3 ++-<br> 1 file changed, 2 insertions(+), 1 deletion(-)<br></div>