vp8,GetSigned: silence unsigned int overflow warning
authorJames Zern <jzern@google.com>
Sat, 15 Feb 2020 01:36:47 +0000 (17:36 -0800)
committerJames Zern <jzern@google.com>
Sat, 15 Feb 2020 04:44:26 +0000 (20:44 -0800)
commit9cfcac1cb3b2e765c24706a9e966859d588bc4ef
tree563e290a95a5ac3f8b2eff14e4c003293c7ae35f
parentc713f846168f4d6fd6a5e2150a115eaa661e5c77
vp8,GetSigned: silence unsigned int overflow warning

in non-conformant fuzzed bitstreams the calculation of br->value may
overflow. this is defined behavior and harmless in that the stream is
already corrupt.

BUG=b/148271109

Change-Id: I3668ada57e0bd68cea86b82917fb03c19ac1283d
vp8/decoder/detokenize.c