Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
11e99b19f48576f1bb6d0993635b34b6e09c9832
/
runtime
/
dex_file_verifier.cc
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
d4ae41f
ART: Tighten verifier list reading and offsets
by Andreas Gampe
· 10 years ago
b061cc1
ART: Fix typo
by Andreas Gampe
· 10 years ago
31a7a0c
ART: Fix dex file verifier type-list handling
by Andreas Gampe
· 10 years ago
0ba238d
ART: Check for duplicate class definitions in dex file verifier
by Andreas Gampe
· 10 years ago
ca90654
Merge "ART: Improve overflow detection in dex file verifier"
by Andreas Gampe
· 10 years ago
50d1bc1
ART: Improve overflow detection in dex file verifier
by Andreas Gampe
· 10 years ago
acc2bb6
ART: Fail dex file verification on invalid access flags
by Andreas Gampe
· 10 years ago
bb836e1
ART: Dex file verifier can't blindly use GetDescriptor
by Andreas Gampe
· 10 years ago
5e31dda
ART: Clean up DexFile verifier API
by Andreas Gampe
· 10 years ago
df10b32
ART: Dex file verifier needs to check proto idx of method id.
by Andreas Gampe
· 10 years ago
c936622
Merge "ART: Check indices in dex file verifier"
by Andreas Gampe
· 10 years ago
e3d5581
Fix host Mac build.
by Ian Rogers
· 10 years ago
e09269c
ART: Check indices in dex file verifier
by Andreas Gampe
· 10 years ago
c647564
Workaround apparent clang compilation issue
by Brian Carlstrom
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
8a6bbfc
64bit cleanliness for the dex file verifier.
by Ian Rogers
· 11 years ago
92572be
Use libziparchive for art zip processing.
by Narayan Kamath
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
a672490
Move hot utf routines into -inl.h.
by Ian Rogers
· 11 years ago
02e2511
Fix up TODO: c++0x, update cpplint.
by Mathieu Chartier
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/dex_file_verifier.cc]
2b87ddf
Elision of checks optimization.
by Dragos Sbirlea
· 11 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
ee0fa76
Don't use variable-length arrays.
by Elliott Hughes
· 13 years ago
f6174e8
Fix to prevent a dex file from being verified multiple times.
by jeffhao
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
30fab40
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming.
by Ian Rogers
· 13 years ago
10037c8
Added pass to verify structure of dex file.
by jeffhao
· 13 years ago