| commit | bdf73c7efcfdefe990f55541b71e7869ac378090 | [log] [tgz] |
|---|---|---|
| author | Mathias Agopian <mathias@google.com> | Thu Aug 09 19:39:15 2012 -0700 |
| committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:59 2013 -0700 |
| tree | 0b6e71b4c7bf6fb4bbb8daf56bef79d995dd93b5 | |
| parent | 5363183d2a2acdf9163eac57203645e841c0ca0d [diff] |
improve Vector<> safety checks
- make errors that will always cause a memory corruption always fatal
(for eg: KeyedVector<>::editValue{For|At}() failure)
- make other errors fatal in debug mode, those that can be caught by
the caller.
- fix typos
Change-Id: I65cc7d81035c37ce2906fc4500c50e5d5b5c49eb