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

Use actual size for old allocation in ft_realloc. #19011

Merged
merged 1 commit into from Oct 25, 2017
Merged

Commits on Oct 24, 2017

  1. Use actual size for old allocation in ft_realloc.

    Prevents crashes from improperly freed memory.
    
    Fixes #19008, fixes #18950, fixes #18949.
    mbrubeck committed Oct 24, 2017
You can’t perform that action at this time.