]> git.siccegge.de Git - frida/frida.git/commit
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)
commitf6f7e517e577a67f01256ca0b0edea83729849f4
tree7b239de7b79e3b38414a379bc6b295a62f85213d
parent119d1aff7df9c3235177c3bf55bd618feb3c1519
Fix layout if functions include blocks before entry

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.
src/gui/Mainwindow.cxx