diff options
author | Rui Ueyama <ruiu@google.com> | 2016-02-05 23:24:05 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-02-05 23:24:05 +0000 |
commit | 1b45cca6d737f451d5601fe93b3cf5e30b9ec640 (patch) | |
tree | d806148c0ab5643a684697fb703c7de7c1fd9926 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 9ef13db4ddc2ea9be029cc74d535fc288baf8445 (diff) | |
download | llvm-1b45cca6d737f451d5601fe93b3cf5e30b9ec640.zip llvm-1b45cca6d737f451d5601fe93b3cf5e30b9ec640.tar.gz llvm-1b45cca6d737f451d5601fe93b3cf5e30b9ec640.tar.bz2 |
ELF: Simplify readEntryLength.
I removed "CIE/FIE size is too large" error because that was not
checking for correct error conditions. [UINT_MAX - 4, UINT_MAX) is
a correct range as a size of a CIE/FDE record. It's just that the
size cannot be larger than the section size.
llvm-svn: 259951
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions