little-brother / sqlite-gui

Lightweight SQLite editor for Windows
GNU General Public License v2.0
1.07k stars 51 forks source link

Increase treeMenus array size #137

Closed skeeto closed 1 year ago

skeeto commented 1 year ago

The largest value accessed is IDC_MENU_TEMP, which went beyond the end of the array. This was caught if Undefined Behavior Sanitizer.

little-brother commented 1 year ago

Thanks. I applyed it.