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

27 cppnon constant format bug local #29

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

Commits on Nov 8, 2023

  1. Adding missing strsafe sprintf variants.

    (cherry picked from commit bdae2af)
    bdrodes committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    048a138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebeb03 View commit details
    Browse the repository at this point in the history
  3. Adding missing strsafe sprintf variants.

    (cherry picked from commit bdae2af)
    bdrodes committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c14bef3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c946628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b350bd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    0555ce4 View commit details
    Browse the repository at this point in the history
  2. Hybrid approach

    bdrodes committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    49532de View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request github#14736 from MathiasVP/fix-global-indirect-flow

    C++: Fix indirect global-variable flow
    MathiasVP authored and bdrodes committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5b72823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2db07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f61a737 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Adding support to find non-constant string concat. Find str concat wi…

    …th non-const args separately and trace these to format specifiers.
    bdrodes committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3631c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb2022 View commit details
    Browse the repository at this point in the history