radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
968 stars 83 forks source link

Issue #148: Make RelocsWidget constructor like ExportsWidget #150

Closed atom-bomb closed 7 months ago

atom-bomb commented 7 months ago

For some subtleties of C++ constructors that are lost on me, making the RelocsWidget constructor look the same as the ExportsWidget constructor dodges a segfault at startup. I've tested this only on x86_64 Ubuntu 22.04.3

Checklist

Description