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

fix: segfault with multichannel custom series #2307 #2345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jschmer
Copy link

@jschmer jschmer commented Jun 16, 2024


name: Pull Request
about: Create a pull request to help us improve
title: fix: segfault with multichannel custom series #2307
assignees: ''


Closes #2307

Description:
Fix for custom_series with multiple y channels. outConfig._transformedValues needs to be sized correctly for the plotter function to use it. It didn't match this expectation so the plotter function crashed/segfaulted with out of bounds memory access. The fix is to prepare correspondingly sized vectors in outConfig._transformedValues so that the plotter function can use it.

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.

add_custom_series crashed when channel_count > 2
1 participant