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

fix: resolve UB in _add, __sub, _mul for u8, u16, u32 #6654

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    0b31117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6244f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f02f717 View commit details
    Browse the repository at this point in the history
  2. fix: u32 add impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    260547e View commit details
    Browse the repository at this point in the history
  3. fix: u16 add impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e83b2be View commit details
    Browse the repository at this point in the history
  4. fix: u32 add param names

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b9959b1 View commit details
    Browse the repository at this point in the history
  5. fix: u16 add param names

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    75eba81 View commit details
    Browse the repository at this point in the history
  6. fix: u32 sub impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a735c12 View commit details
    Browse the repository at this point in the history
  7. fix: u16 sub impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f71ac4 View commit details
    Browse the repository at this point in the history
  8. fix: u8 sub impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b1472c2 View commit details
    Browse the repository at this point in the history
  9. fix: u32 mul impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    204bf27 View commit details
    Browse the repository at this point in the history
  10. fix: u16 mul impl avoid UB

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    18a71d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab7ac1e View commit details
    Browse the repository at this point in the history
  12. chore: forc fmt

    K1-R1 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2ca9571 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44915ca View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

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