[all-commits] [llvm/llvm-project] 2796c4: [MSan] Fix minor issues in testcases (#144073)

Kunqiu Chen via All-commits all-commits at lists.llvm.org
Fri Jun 13 23:59:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2796c412499a276ad23ae184daac33175c32424f
      https://github.com/llvm/llvm-project/commit/2796c412499a276ad23ae184daac33175c32424f
  Author: Kunqiu Chen <camsyn at foxmail.com>
  Date:   2025-06-14 (Sat, 14 Jun 2025)

  Changed paths:
    M compiler-rt/test/msan/ifaddrs.cpp
    M compiler-rt/test/msan/qsort.cpp

  Log Message:
  -----------
  [MSan] Fix minor issues in testcases (#144073)

Previously,
1. ifaddrs.cpp : mistake `size_t (xxx)` as `sizeof (xxx)`, resulting in 
inadequate checks.
2. qsort.cpp : mistake `kSize2` as `kSize1`, resulting in an unexpected
buffer overlow issue.



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