bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/32096] UBSAN issues in gprofng


From: vladimir.mezentsev at oracle dot com
Subject: [Bug gprofng/32096] UBSAN issues in gprofng
Date: Wed, 11 Sep 2024 03:40:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=32096

Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
I have fixes for these runtime errors:
  load of value 4294967295, which is not a valid value for type 'Cmsg_warn'
  null pointer passed as argument 2, which is declared to never be null
  load of value 4294967295, which is not a valid value for type 'ProfData_type'
  load of value 4294967295, which is not a valid value for type 'ProfData_type'
  member access within misaligned address 0x00000357583c for type 'union
Value', which requires 8 byte alignment
  reference binding to misaligned address 0x00000357583c for type 'long
unsigned int', which requires 8 byte alignment


I see other errors like:
 member call on address 0x000003192cf0 which does not point to an object of
type 'Vector'
These errors look like a bug in libubsan.
I don't see anything wrong in gprofng.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]