[all-commits] [llvm/llvm-project] fd8e85: [scudo] simplify flag parser out of bounds logic (...

Florian Mayer via All-commits all-commits at lists.llvm.org
Thu Dec 14 16:36:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd8e854a86d86c62064951ea8e34d1ea50ea1b56
      https://github.com/llvm/llvm-project/commit/fd8e854a86d86c62064951ea8e34d1ea50ea1b56
  Author: Florian Mayer <fmayer at google.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/flags_parser.cpp

  Log Message:
  -----------
  [scudo] simplify flag parser out of bounds logic (#72371)

almost NFC, just that now we accept INT_MIN and INT_MAX

as discussed in https://r.android.com/2831100, but I didn't add the
*ValueEnd != Value check because I want to keep this change
behaviour-keeping.




More information about the All-commits mailing list