commit | cbca692c246874a3cc1b5a9b694add4c39e8bc18 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Thu Mar 23 00:36:54 2006 +0100 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Apr 10 11:16:17 2006 -0700 |
tree | fd9ac8ed8387c72f444c7c78e57a1ff07427f0fb | |
parent | a9e2ae39170d01937725e1fff2e606baaa71346c [diff] |
[PATCH] Bogus NULL pointer check in fs/configfs/dir.c We check the "group" pointer after we dereference it. This check is bogus, as it cannot be NULL coming in. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>