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 read_cdr and take_cdr #481

Merged
merged 3 commits into from Apr 4, 2024

Commits on Apr 4, 2024

  1. Fix double-free of samples in reading CDR blobs

    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a521df2 View commit details
    Browse the repository at this point in the history
  2. Fix read_cdr and take_cdr

    They returned only ever Empty CDR blobs because the blob kind wasn't getting set.
    
    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    43d0ee4 View commit details
    Browse the repository at this point in the history
  3. Test read_cdr and take_cdr

    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    230dc63 View commit details
    Browse the repository at this point in the history