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

aws: macos: prevent buffer overflow on address sanitier #7774

Merged

Commits on Jul 31, 2023

  1. aws: Allocate S3_KEY_SIZE +1 instead of S3_KEY_SIZE for allocating bu…

    …ffer for s3 key
    
    This is because macOS's strlen complains buffer overflow due to
    exceeding length of allocated buffers. To prevent this issue,
    we need to allocate an adittional +1 length of char type of buffer.
    
    Signed-off-by: Hiroshi Hatake <[email protected]>
    cosmo0920 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    11fadf6 View commit details
    Browse the repository at this point in the history