Project

General

Profile

Actions

Feature #11771

closed

Fix model for struct_size()

Added by Evgeny Novikov over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
High
Category:
Environment models
Target version:
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

Also available in: Atom PDF