Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed couple invalid memory access errors #365

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

rokups
Copy link
Contributor

@rokups rokups commented Jun 8, 2022

Fix freed memory read error in AddTicksTime(). Invalid read occurred when LabelTickTime() resizes ticks.TextBuffer while last_major held pointer pointing into old now freed buffer.

Fixed a warning about condition depending on uninitialized ImPlotLegend::PreviousLocation.

…when LabelTickTime() resizes ticks.TextBuffer while last_major held pointer pointing into old now freed buffer.

Fixed a warning about condition depending on uninitialized ImPlotLegend::PreviousLocation.
@epezent epezent merged commit 79b05d5 into epezent:master Jun 17, 2022
Ben1138 pushed a commit to Ben1138/implot that referenced this pull request Oct 2, 2024
…when LabelTickTime() resizes ticks.TextBuffer while last_major held pointer pointing into old now freed buffer. (epezent#365)

Fixed a warning about condition depending on uninitialized ImPlotLegend::PreviousLocation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants