[all-commits] [llvm/llvm-project] e8fcc4: Replace sprintf by snprintf

Carlos Eduardo Seo via All-commits all-commits at lists.llvm.org
Thu Jun 29 09:50:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8fcc475580a3fc9927e76cffe5d8d8b368d6830
      https://github.com/llvm/llvm-project/commit/e8fcc475580a3fc9927e76cffe5d8d8b368d6830
  Author: Carlos Eduardo Seo <carlos.seo at linaro.org>
  Date:   2023-06-29 (Thu, 29 Jun 2023)

  Changed paths:
    M flang/unittests/Decimal/quick-sanity-test.cpp
    M flang/unittests/Decimal/thorough-test.cpp

  Log Message:
  -----------
  Replace sprintf by snprintf

The macOS toolchain deprecated sprintf in favor of snprintf. This was blocking
the build on macOS. Replaced all instances of sprintf by snprintf.




More information about the All-commits mailing list