[all-commits] [llvm/llvm-project] 1776dc: [Libomptarget][Obvious] Fix uninitialized pointer

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jul 11 13:42:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1776dc81240cab4e365d55bc720b552823697081
      https://github.com/llvm/llvm-project/commit/1776dc81240cab4e365d55bc720b552823697081
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h

  Log Message:
  -----------
  [Libomptarget][Obvious] Fix uninitialized pointer

Summary:
This pointer was not initliazed to null which meant that it would be
erronenously deleted by plugins that were not in use.




More information about the All-commits mailing list