tenstorrent / tt-kmd

Tenstorrent Kernel Module
GNU General Public License v2.0
31 stars 6 forks source link

Prevent UBSAN error on ioctl_query_mapping output #11

Closed alewycky-tenstorrent closed 6 months ago

alewycky-tenstorrent commented 6 months ago

UBSAN is fine with a flexible array member, but not a zero-length array. A FAM is not allowed to be the only field in a struct so it has to be lifted into the containing structure.