[all-commits] [llvm/llvm-project] b5f0a8: [libc] Fix strtod hex exponent overflow bug

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Apr 19 16:32:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5f0a87686b299e9fc6f683be258101b54383d54
      https://github.com/llvm/llvm-project/commit/b5f0a87686b299e9fc6f683be258101b54383d54
  Author: Michael Jones <michaelrj at google.com>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M libc/src/__support/str_to_float.h
    M libc/test/src/stdlib/strtod_test.cpp

  Log Message:
  -----------
  [libc] Fix strtod hex exponent overflow bug

Same issue as was fixed in commit 3d95323, but for hexadecimal floats.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D148545




More information about the All-commits mailing list