]> git.siccegge.de Git - frida/frida.git/commitdiff
Fix layout if functions include blocks before entry
authorChristoph Egger <christoph@christoph-egger.org>
Sat, 10 Jan 2015 16:43:04 +0000 (17:43 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Sat, 10 Jan 2015 16:43:04 +0000 (17:43 +0100)
If a function contained a block with a lower address than it's entry a
integer overflow occured resulting in bad layout. Handled now
correctly.


No differences found