[all-commits] [llvm/llvm-project] 63e63f: [Clang] Fix an integer overflow issue in computing...

Younan Zhang via All-commits all-commits at lists.llvm.org
Thu Mar 13 10:26:56 PDT 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 63e63f3061287d2ce45dac05169616b16942a9c4
      https://github.com/llvm/llvm-project/commit/63e63f3061287d2ce45dac05169616b16942a9c4
  Author: Younan Zhang <zyn7109 at gmail.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaTemplateDeductionGuide.cpp
    M clang/test/SemaTemplate/deduction-guide.cpp

  Log Message:
  -----------
  [Clang] Fix an integer overflow issue in computing CTAD's parameter depth (#128704)

Backports b8d1f3d62.

This fixes a potential integer overflow bug that has been around for
many versions and was exposed by my patch recently. So we think it
warrants a backport



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list