[all-commits] [llvm/llvm-project] ff844d: [libc] Expand usage of libc null checks. (#116262)

Aly ElAshram via All-commits all-commits at lists.llvm.org
Wed Jun 4 10:08:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff844df719d7226a46b8cb0d99aef9480cced247
      https://github.com/llvm/llvm-project/commit/ff844df719d7226a46b8cb0d99aef9480cced247
  Author: Aly ElAshram <71949028+AlyElashram at users.noreply.github.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M libc/src/string/memccpy.cpp
    M libc/src/string/memchr.cpp
    M libc/src/string/memcmp.cpp
    M libc/src/string/memcpy.cpp
    M libc/src/string/memmove.cpp
    M libc/src/string/mempcpy.cpp
    M libc/src/string/memrchr.cpp
    M libc/src/string/memset.cpp
    M libc/src/string/stpncpy.cpp
    M libc/src/string/strcasestr.cpp
    M libc/src/string/strcat.cpp
    M libc/src/string/strcoll.cpp
    M libc/src/string/strcoll_l.cpp
    M libc/src/string/strcpy.cpp
    M libc/src/string/strlen.cpp
    M libc/src/string/strncat.cpp
    M libc/src/string/strncmp.cpp
    M libc/src/string/strncpy.cpp
    M libc/src/string/strsep.cpp
    M libc/src/string/strspn.cpp
    M libc/src/string/strstr.cpp
    M libc/src/strings/rindex.cpp
    M libc/test/src/string/memchr_test.cpp
    M libc/test/src/string/memcmp_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memmove_test.cpp
    M libc/test/src/string/mempcpy_test.cpp
    M libc/test/src/string/memrchr_test.cpp
    M libc/test/src/string/memset_test.cpp
    M libc/test/src/string/stpncpy_test.cpp
    M libc/test/src/string/strcat_test.cpp
    M libc/test/src/string/strcoll_test.cpp
    M libc/test/src/string/strcpy_test.cpp
    M libc/test/src/string/strlcpy_test.cpp
    M libc/test/src/string/strsep_test.cpp
    M libc/test/src/string/strspn_test.cpp

  Log Message:
  -----------
  [libc] Expand usage of libc null checks. (#116262)

Fixes #111546

---------

Co-authored-by: alyyelashram <150528548+alyyelashram at users.noreply.github.com>



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