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

[release/7.0-staging] Zlib: Add some protections to the allocator used by zlib #89532

Merged

Commits on Jul 26, 2023

  1. Add guards to zlib memory allocator

    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ce07065 View commit details
    Browse the repository at this point in the history
  2. Fix whitespace

    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    94af6fa View commit details
    Browse the repository at this point in the history
  3. Remove heap LFH flag, simplify publishing logic

    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1b7029a View commit details
    Browse the repository at this point in the history
  4. Remove dead code from cmake file

    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    20dc0fb View commit details
    Browse the repository at this point in the history
  5. Normalize cmake files

    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    061a655 View commit details
    Browse the repository at this point in the history
  6. Slight zlib PAL & allocator restructuring - Move allocator files unde…

    …r Compression.Native dir - Update pal_zlib includes, use calloc instead of malloc - Remove custom typedefs from zlib unix allocator
    GrabYourPitchforks authored and github-actions committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cec4214 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    52d407b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c9b97 View commit details
    Browse the repository at this point in the history
  3. Fix mono compilation

    - Mono defines HOST_WIN32, not CLR_CMAKE_HOST_WIN32
    - Follow same pattern from src\native\eventpipe\CMakeLists.txt
    GrabYourPitchforks committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    21113a1 View commit details
    Browse the repository at this point in the history