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 #11542: FP memleak when using memcpy() with pointer #6792

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 19, 2024

  1. begin checking memcpy/memmove in checkleakautovar

    ludviggunne authored and Ludvig Gunne Lindström committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2c2f6f3 View commit details
    Browse the repository at this point in the history
  2. fix #11542 and add tests

    ludviggunne authored and Ludvig Gunne Lindström committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4317ba0 View commit details
    Browse the repository at this point in the history
  3. import posix library in memcpy tests

    ludviggunne authored and Ludvig Gunne Lindström committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3022eff View commit details
    Browse the repository at this point in the history
  4. remove includes from test code

    Ludvig Gunne Lindström committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4d43009 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. use configuration

    ludviggunne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    42d8fed View commit details
    Browse the repository at this point in the history
  2. avoid shadowing

    ludviggunne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0dcd0a1 View commit details
    Browse the repository at this point in the history
  3. const, add comment

    ludviggunne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6a81449 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. remove library("posix")

    ludviggunne committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ac80d63 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. use std::any_of

    ludviggunne committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9561da5 View commit details
    Browse the repository at this point in the history