Skip to content

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

1 participant