commit | 26b6a3b088682a86632babffbd9d6749b609bdd7 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Tue Mar 29 21:44:19 2011 -0400 |
committer | John Koleszar <jkoleszar@google.com> | Wed Mar 30 06:37:02 2011 -0400 |
tree | 9ba4eef024f8ab401a3b3976640d3af4fea948f1 | |
parent | 0e43668546010bf0a9ece398effb37beca5dbea5 [diff] |
vpxenc: die on realloc failures Identified as a possible cause of issue #308, the code was silently ignoring realloc failures, which would lead to corruption, memory leaks, and likely a crash. The best we can do in this case is die gracefully. Change-Id: Ie5f6a853d367015be5b9712bd742778f3baeefd9