Replace NULL with nullptr
(cherry picked from commit 851135bf99)
Change-Id: Ic4997907680db7472ef38ffb0f0ca66fff37b797
This commit is contained in:
@@ -81,7 +81,7 @@ class ElfReader {
|
||||
};
|
||||
|
||||
size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count,
|
||||
ElfW(Addr)* min_vaddr = NULL, ElfW(Addr)* max_vaddr = NULL);
|
||||
ElfW(Addr)* min_vaddr = nullptr, ElfW(Addr)* max_vaddr = nullptr);
|
||||
|
||||
int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user