[all-commits] [llvm/llvm-project] 3983bf: [libc] Fix GPU argument vector writing `nullptr` t...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Aug 6 11:03:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3983bf6040d4a9f477290b1f43fdd1938a4261fe
      https://github.com/llvm/llvm-project/commit/3983bf6040d4a9f477290b1f43fdd1938a4261fe
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M libc/utils/gpu/loader/Loader.h

  Log Message:
  -----------
  [libc] Fix GPU argument vector writing `nullptr` to string

Summary:
The intention behind this code was to null terminate the `envp` string,
but it accidentally went into the string data.



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