https://bugs.winehq.org/show_bug.cgi?id=30355
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Summary|DVDSubEdit 1.52 crashes on |DVDSubEdit 1.52 crashes on |startup |startup, broken | |TBM_SETRANGEMAX handling Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- Application sets Trackbar range to [0,0], with position at 0. Then sets range max to -1, and later uses current position for indexed access of internal data stored in std::vector<T*>, that doesn't go well.