-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In magfreq_analysis_new you're setting x->overlap
and x->winfac
to zero by default. That causes a loop in the perfroutine to start from negative indices and screw up memory reads/writes when dereferencing/assigning to x->input
.
In Purr Data I went ahead and checked for zero for those members and in those cases set the corresponding member to "1" to keep from crashing. If there are better default values or other fixes to this class please let me know on the issue tracker.
Metadata
Metadata
Assignees
Labels
No labels