[all-commits] [llvm/llvm-project] 689fa1: Fix Unintialised char *CommentLexer resulting in p...

Hardik Kumar via All-commits all-commits at lists.llvm.org
Thu Jul 16 09:00:31 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 689fa1d6d74a465130ad0b1705813e14d1cd5b1a
      https://github.com/llvm/llvm-project/commit/689fa1d6d74a465130ad0b1705813e14d1cd5b1a
  Author: Hardik Kumar <hardikxk at gmail.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M clang/include/clang/AST/CommentLexer.h

  Log Message:
  -----------
  Fix Unintialised char *CommentLexer resulting in potential UB. (#210067)

The patch intialised the  pointer to a .
Previously the pointer would have some garbage value which might have
resulted in UB.

closes #210034



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