Fix metadata format error checking (#16036)
authorJan Kotas <jkotas@microsoft.com>
Mon, 29 Jan 2018 13:21:44 +0000 (05:21 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 13:21:44 +0000 (05:21 -0800)
commitae2754314ac8281dad2e1b28aa0e23566d2f4edd
treecfe0ba7f0d8e13d68d21d8f6c85b20f2a3be8149
parente7c1f82bf588cfe6fc3c5a9147f1acbfd42614b5
Fix metadata format error checking (#16036)

NextStream_Verify can return NULL for invalid file. Report error for it instead of AVing.
Similar check is around the other calls to NextStream_Verify. It was missing here for some reason.
src/md/runtime/mdinternaldisp.cpp