OSDN Git Service

Check NAL size before looking inside
authorRay Essick <essick@google.com>
Tue, 6 Feb 2018 19:25:31 +0000 (11:25 -0800)
committerJP Sugarbroad <jpsugar@google.com>
Thu, 1 Mar 2018 00:21:25 +0000 (16:21 -0800)
commitb4dc5ca440997fd84414910099851e43850241ef
tree3573174073ef527974750caccecefd1a0ac15ba3
parent564155066cb100a7d7917760c4038e8380228a8f
Check NAL size before looking inside

Add a check to ensure we have a non-zero size for a NAL while
parsing before we crack said NAL open to see what type it is.

Bug: 72117051
Test: compilation
Change-Id: Iaa3ebb2daae5d9225060a11e9adbb6757a168656
Merged-In: I607c67a320b33b991476db30d78223cf4386c0e8
(cherry picked from commit e0c020969d88891b0b71bb938778e9ca762e8035)
media/libstagefright/avc_utils.cpp