Michael Tokarev, mjt at tls dot msk dot ru writes:
authorEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 12:06:03 +0000 (12:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 12:06:03 +0000 (12:06 -0000)
commit7e496a71cfe54f192508427f9c8ea5be764952bd
tree63e7bbabef905c096dde2f5f601c60c26d214c33
parentd298bd1d513ddf077c51df5f0dfb3a5b2d0c28ee
Michael Tokarev, mjt at tls dot msk dot ru writes:

Fix parsing of all tag-value pairs (in modules.conf in particular).
Without this fix, code chokes badly on lines where either value or
both tag+value are missing, like bare
 alias
line, or alias w/o the value like
 alias some-module
(syntactically incorrect, but no need for coredumps either).
modutils/modprobe.c