[llvm] [llvm][ELF]Add Shdr check for getBuildID(#126418) (PR #126537)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 01:28:15 PST 2025


================
@@ -660,7 +660,7 @@ class Elf_Note_Impl {
 
   /// Get the note's descriptor.
   ArrayRef<uint8_t> getDesc(size_t Align) const {
-    if (!Nhdr.n_descsz)
+    if (!Nhdr.n_descsz || !Align)
----------------
jh7370 wrote:

I'm not following why this check has been modified?

https://github.com/llvm/llvm-project/pull/126537


More information about the llvm-commits mailing list