shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Libwebm will assert if uid is a negative value for a signed 64 bit number. #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a file with with a track uid with a negative value for signed 64 bit.
2.
3.

What is the expected output? What do you see instead?
Not assert because this value is not a signed 64 bit number.

What version are you using? On what Windows version?

Please provide any additional information below.

Original issue reported on code.google.com by fgalli...@google.com on 16 Nov 2010 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by jz...@google.com on 28 Jul 2011 at 6:28

GoogleCodeExporter commented 9 years ago
Do you have a small-ish test file?

Original comment by matthewj...@google.com on 5 Aug 2011 at 9:22

GoogleCodeExporter commented 9 years ago
BTW, what line asserts?

Original comment by matthewj...@google.com on 5 Aug 2011 at 9:35

GoogleCodeExporter commented 9 years ago
Hwasoo fixed this on 16 Nov 2010:

commit d97f236f8198fefb3b815377fe179516de8645d9
Author: Hwasoo Lee <hwasoolee@google.com>
Date:   Tue Nov 16 14:54:14 2010 -0500

    fixed the issue 234

Original comment by matthewj...@google.com on 5 Aug 2011 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by matthewj...@google.com on 5 Aug 2011 at 10:29