commit | 88ba08818efbfcc9a8a7fa3b998b33dfadc7b9fb | [log] [tgz] |
---|---|---|
author | Jim Bankoski <jimbankoski@google.com> | Thu Jun 19 12:10:05 2014 -0700 |
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Fri Jun 20 14:44:50 2014 -0700 |
tree | 38ddcbef35df623a12c5063a6ad270bea25b152c | |
parent | edbd05ff10b7cf2db10e640a44c0bdaf15f32875 [diff] |
Fix bug in error handling that causes segfault See: https://code.google.com/p/chromium/issues/detail?id=362697 The code properly catches an invalid stream but seg faults instead of returning an error due to a buffer not having been initialized. This code fixes that. Change-Id: I695595e742cb08807e1dfb2f00bc097b3eae3a9b