Whamcloud - gitweb
b=23009 Fix access past end of buffer in fsoptions_to_mdt_flags()
authorRicardo M. Correia <ricardo.correia@oracle.com>
Mon, 5 Jul 2010 14:39:53 +0000 (14:39 +0000)
committerRobert Read <robert.read@oracle.com>
Tue, 6 Jul 2010 17:25:55 +0000 (10:25 -0700)
commitb4d8133665e7f074e0affcc05a032194087c28a0
tree1d39b35680f9e2e142dfb52db53372e6955d6166
parent4349f3eb742fc493830b3d70eac603e80488bb86
b=23009 Fix access past end of buffer in fsoptions_to_mdt_flags()

It seems fsoptions_to_mdt_flags() was accessing the "options" buffer past the
end of it due to a missing check for NULL. This should fix it.

i=alex.zhuravlev
i=tappro
lustre/mdt/mdt_handler.c