mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a8aa034acf
The `name` parameter of the `nanobind::class_` constructor needs to be NULL-terminated. Copy the `StringRef` to a temporary string to add the missing `\0`.