Actions
Feature #11771
closedFix model for struct_size()
Start date:
07/21/2022
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Linux 5.18 changed the definition of macro struct_size(), so that the model for internal __ab_c_size() stopped working (#11624). Moreover, now there is a bunch of false alarms where another similar API, array3_size() hits. The latter changed from the function to the macro in Linux 5.18. It would be better to bind models with the top-level API rather than with underlying helper functions that do not seem to be stable.
Actions