Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check buffer lengths in stream filtering functions before access (#275)
* Check buffer lengths in stream filtering functions before access A number of exported functions in stream_filt.jl have @inbounds access to buffers without verifying their lengths. This can cause segfaults, as seen in issue #262. * Fix buffer length checking I can't figure out the buffer length requirement for one function, and removed the `@inbounds` macro until I can. * Update src/Filters/stream_filt.jl Co-Authored-By: galenlynch <[email protected]> * Update src/Filters/stream_filt.jl Co-Authored-By: galenlynch <[email protected]> * Fix estimation of buffer length required
- Loading branch information