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

Refactor attribute size checks #1168

Merged

Commits on Oct 2, 2021

  1. Avoid uninitialized memory error in non-sanitized libstdc++

    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e61f13e View commit details
    Browse the repository at this point in the history
  2. Refactor attribute size checks

    for large attribute chunks, clear memory earlier, centralize file size
    check, fix uninitialized memory error with memory sanitizer
    
    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e01f150 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5063dd6 View commit details
    Browse the repository at this point in the history