Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (1)
......@@ -232,7 +232,8 @@ static int find_map_addr(struct dl_phdr_info *p_info, size_t p_size, void *p_dat
const char* integration_name = "libZaflIntegration";
for(int i=0; i < file_header.e_shnum; i++)
int i=0;
for(i=0; i < file_header.e_shnum; i++)
{
const uint64_t sec_name_offset = section_headers[i].sh_name;
......