You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml: fix statically-allocated opaque backend info array
It was sized for 64bit pointers max, it's not enough on 128bits platforms
such as Capability Hardware Enhanced RISC Instructions (CHERI).
Use something a bit more generic but still a bit hardwired to keep
things simple and statically allocatable on the stack.
Thanks to Jeff Hammond for the report.
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments