qingfengxia / qhexedit

QHexEdit is a hex editor widget written in C++ for the Qt 4.x and 5.x, providing python binding
20 stars 2 forks source link

Fix initialization order in QHexEditPrivate #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

This prevents use of uninitialized values in conditional jumps as reported by Valgrind.