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
/
macho-invalid.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MachO] Prevent heap overflow when load command extends past EOF
Jonas Devlieghere
2017-09-13
1
-0
/
+3
*
Fix a typo in an error message for a check of invalid Mach-O files where
Kevin Enderby
2017-02-07
1
-1
/
+1
*
Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...
Kevin Enderby
2017-01-30
1
-2
/
+2
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+3
*
Add error checking for Mach-O universal files.
Kevin Enderby
2016-11-28
1
-0
/
+21
*
Add the rest of the additional error checks for invalid Mach-O files when
Kevin Enderby
2016-11-02
1
-0
/
+45
*
More additional error checks for invalid Mach-O files when
Kevin Enderby
2016-10-31
1
-0
/
+6
*
Another additional error check for invalid Mach-O files for the
Kevin Enderby
2016-10-27
1
-0
/
+24
*
llvm-objdump: Make some error messages more consistent
Justin Bogner
2016-10-26
1
-7
/
+7
*
nother additional error check for an invalid Mach-O file
Kevin Enderby
2016-10-24
1
-0
/
+3
*
Another additional error check for invalid Mach-O files for the
Kevin Enderby
2016-10-20
1
-0
/
+12
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-19
1
-0
/
+18
*
One more additional error check for invalid Mach-O files for a
Kevin Enderby
2016-10-18
1
-0
/
+3
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-18
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-17
1
-0
/
+12
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-11
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-04
1
-0
/
+15
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-29
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-29
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-28
1
-0
/
+9
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-28
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-27
1
-0
/
+9
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-09-26
1
-0
/
+9
*
Next set of additional error checks for invalid Mach-O files for bad LC_UUID
Kevin Enderby
2016-09-21
1
-0
/
+6
*
Next set of additional error checks for invalid Mach-O files for bad load com...
Kevin Enderby
2016-09-20
1
-0
/
+21
*
Next set of additional error checks for invalid Mach-O files for bad load com...
Kevin Enderby
2016-09-13
1
-0
/
+38
*
Next set of additional error checks for invalid Mach-O files for bad load com...
Kevin Enderby
2016-08-31
1
-0
/
+16
*
Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...
Kevin Enderby
2016-08-30
1
-0
/
+45
*
Next set of additional error checks for invalid Mach-O files for bad LC_SYMTA...
Kevin Enderby
2016-08-26
1
-0
/
+21
*
Next set of additional error checks for invalid Mach-O files.
Kevin Enderby
2016-08-12
1
-0
/
+30
*
Add the first of what will be a long line of additional error checks for inva...
Kevin Enderby
2016-08-05
1
-0
/
+9
*
Add checks to the MachOObjectFile() constructor to make sure load commands sizes
Kevin Enderby
2016-07-07
1
-3
/
+6
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-0
/
+3
*
Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...
Kevin Enderby
2016-06-27
1
-0
/
+3
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-0
/
+13
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-0
/
+7
*
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
2016-05-05
1
-4
/
+8
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
1
-0
/
+4
*
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
2016-05-03
1
-0
/
+4
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-1
/
+1
*
Fix a typo in an error message. Caught by Sean Silva!
Kevin Enderby
2016-04-21
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-1
/
+1
*
Start to add real error messages for malformed Mach-O files.
Kevin Enderby
2016-04-13
1
-12
/
+10
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+2
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-0
/
+3
*
Fix identify_magic() to check that a file that starts with MH_MAGIC is
Kevin Enderby
2016-01-26
1
-1
/
+2
*
Update the comments for the macho-invalid-zero-ncmds test and fix
Kevin Enderby
2016-01-26
1
-2
/
+6
*
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
2016-01-22
1
-1
/
+5
*
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
2016-01-22
1
-1
/
+7
*
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
Kevin Enderby
2016-01-21
1
-2
/
+8
[next]