index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Object
/
invalid.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Improve errors on invalid binary
Sam Clegg
2017-05-10
1
-2
/
+2
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
1
-9
/
+9
*
Add error handling to getEntry.
Rafael Espindola
2016-11-03
1
-0
/
+3
*
replace a report_fatal_error with a ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+1
*
Avoid a report_fatal_error in sections().
Rafael Espindola
2016-11-02
1
-1
/
+1
*
Don't compute DotShstrtab eagerly.
Rafael Espindola
2016-11-01
1
-1
/
+0
*
Use the existing std::error_code out parameter.
Rafael Espindola
2016-11-01
1
-1
/
+1
*
Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_...
George Rimar
2016-10-31
1
-0
/
+3
*
Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...
George Rimar
2016-10-27
1
-3
/
+0
*
[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.
George Rimar
2016-10-27
1
-0
/
+3
*
[Object/ELF] - Do not allow overflow when checking section size/offset.
George Rimar
2016-10-27
1
-0
/
+4
*
[Object/ELF] - Do not crash if string table sh_size is equal to zero.
George Rimar
2016-10-27
1
-0
/
+1
*
[Object/ELF] - Check Header->e_shoff value earlier and do not crash.
George Rimar
2016-10-17
1
-0
/
+4
*
Recommit r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."
George Rimar
2016-10-17
1
-0
/
+3
*
Revert r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."
George Rimar
2016-10-17
1
-3
/
+0
*
[Object/ELF] - Check that e_shnum is null when e_shoff is.
George Rimar
2016-10-17
1
-0
/
+3
*
[Object/ELF] - Do not crash on invalid section index.
George Rimar
2016-10-17
1
-1
/
+1
*
Reverted r283740 [Object/ELF] - Do not crash on invalid Header->e_shoff value.
George Rimar
2016-10-11
1
-4
/
+0
*
[Object/ELF] - Do not crash on invalid Header->e_shoff value.
George Rimar
2016-10-10
1
-0
/
+4
*
Centralize sh_entsize checking.
Rafael Espindola
2016-10-06
1
-1
/
+1
*
Refactor to use getSectionContentsAsArray.
Rafael Espindola
2016-10-06
1
-2
/
+2
*
[Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.
George Rimar
2016-10-04
1
-0
/
+6
*
[Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().
George Rimar
2016-10-04
1
-0
/
+4
*
Change how readobj stores info about dynamic symbols.
Rafael Espindola
2016-02-17
1
-1
/
+3
*
This reverts commit r260488 and r260489.
Rafael Espindola
2016-02-16
1
-3
/
+1
*
[readobj] Handle ELF files with no section table or with no program headers.
Michael J. Spencer
2016-02-11
1
-1
/
+3
*
Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.
Rafael Espindola
2015-08-24
1
-0
/
+4
*
Refactor duplicated code and check for invalid symbol table size.
Rafael Espindola
2015-07-23
1
-0
/
+4
*
Improve error message.
Rafael Espindola
2015-07-02
1
-1
/
+1
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-1
/
+1
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
1
-0
/
+3
*
Add a test of an elf file with an invalid section index.
Rafael Espindola
2015-06-30
1
-0
/
+4
*
Report an error on invalid sh_entsize.
Rafael Espindola
2015-06-30
1
-0
/
+32
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-0
/
+1
*
Add a testcase for an invalid file.
Rafael Espindola
2015-06-29
1
-0
/
+3
*
Convert an assert that can fail into error checking.
Rafael Espindola
2015-06-29
1
-0
/
+1
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
1
-0
/
+2