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 out of boundary access in src_linear.c #209

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2024

  1. Add test to catch out of bound array access.

    This is to repro a bug reported in libsndfile#208
    lkoenig committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    99589c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7c6d89 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Fix out of bound access in src_linear

    Fix libsndfile#208 about out of bount access in linear resampler.
    
    Also migrates to count the sumber of frames instead of the number of
    samples and remove some redundant member of the private state.
    
    Signed-off-by: Lionel Koenig Gélas <[email protected]>
    lkoenig committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8e62284 View commit details
    Browse the repository at this point in the history