Skip to content

IncP instead of DecP #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
In version 0.0.4 and 0.0.41 I see at line 545 the instruction:

      DecP(lp_section, SizeOf(TImageSectionHeader));

But I think that instead it should be:

      IncP(lp_section, SizeOf(TImageSectionHeader));

because the code is going through the list of sections in ascending order...

Please let me know if this makes sense... 

Original issue reported on code.google.com by marco.br...@gmail.com on 11 Mar 2013 at 4:31

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions