Ticket #594: libebml-infinite-loop.patch
| File libebml-infinite-loop.patch, 387 bytes (added by gbooker, 2 years ago) |
|---|
-
src/EbmlElement.cpp
486 486 Result = DataStream.FindNextElement(Context, bUpperElement, 0xFFFFFFFFL, AllowDummyElt); 487 487 } else { 488 488 Result = TestReadElt; 489 TestReadElt = NULL; 489 490 } 490 491 491 492 if (Result != NULL) {
