Thanks to visit codestin.com
Credit goes to github.com

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: uTensor/uTensor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: uTensor/uTensor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 8, 2023

  1. Create SECURITY.MDLP9

    Love
    loveyoug authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9cc7662 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jul 20, 2024

  1. Fix signed integer overflow by casting to uint32_t

    Fixed an issue in arenaAllocator.hpp where left shifting 1 by more than
    the size of a signed integer caused undefined behavior due to signed
    integer overflow. The macro MSB_SET has been updated to cast 1 to
    uint32_t before performing the left shift, ensuring the operation is
    safe and defined.
    visitorckw committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    03e346d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge pull request #242 from visitorckw/fix-signed-integer-overflow

    Fix signed integer overflow by casting to uint32_t
    dboyliao authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6aa081b View commit details
    Browse the repository at this point in the history
Loading