You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Found by gentilkiwi on the discord. Clicking in the graph window, outside of the plotting area, has the potential to cause a SEGFAULT due to an overflow of the Graph Buffer array.
To Reproduce
data load -f traces/lf_TI
data plot
Click just to the left of the plotting area
Expected behavior
The application not throwing a SEGFAULT
Additional context
Pull Request #2373 fixes said issue
The text was updated successfully, but these errors were encountered:
Describe the bug
Found by
gentilkiwi
on the discord. Clicking in the graph window, outside of the plotting area, has the potential to cause a SEGFAULT due to an overflow of the Graph Buffer array.To Reproduce
data load -f traces/lf_TI
data plot
Expected behavior
The application not throwing a SEGFAULT
Additional context
Pull Request #2373 fixes said issue
The text was updated successfully, but these errors were encountered: