commit | e80d86ab853976782a1623529fdb1672cae88307 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon May 19 20:27:12 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 22 04:52:56 2025 +0200 |
tree | 5138b2a9133f9d74dd7b947e23fea4210b65bcbf | |
parent | 728a018f867dc88e516083da7a9126914608b264 [diff] |
sca: eclair: substitute deprecated service STD.emptrecd The ECLAIR service STD.emptrecd (which checks for empty structures) is now deprecated. Use STD.anonstct (which checks for structures with no named members, an UB in C99) Based on a change by Nicola Vetrini in the Xen project: https://lists.xenproject.org/archives/html/xen-changelog/2024-12/msg00125.html Signed-off-by: Anas Nashif <anas.nashif@intel.com>