Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JWki/tlsf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mattconte/tlsf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 4 contributors

Commits on Aug 1, 2016

  1. Fix block_size_max handling in adjust_request_size

    In the 64-bit build, an allocation of request in the range
    ]block_size_max-ALIGN_SIZE,block_size_max[ could cause an out-of-bounds
    access to sl_bitmap.
    ak-mdufour authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2b73b8a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    72601dd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Merge pull request mattconte#2 from ralphyon/master

    Fix block_size_max handling in adjust_request_size
    mattconte authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    16b6a96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattconte#3 from velvitonator/large-alloc-corruption

    Protect against large sizes resulting in off-the-end free blocks
    mattconte authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    a1f743f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Update tlsf.c

    Unsigned fix from Chris McEvoy @ Velan Studios.
    Matt Conte committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    deff9ab View commit details
    Browse the repository at this point in the history
Loading