commit | 0c6561da77f7ec932c6808dca2a7466d5f60f4ea | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Thu Jan 16 00:08:52 2025 +0800 |
committer | Potin Lai <potin.lai@quantatw.com> | Thu Jan 16 00:49:39 2025 +0800 |
tree | 83d8c6f9e6fd0c1b33b700a7e2ee5add196f4847 | |
parent | 39deff2daad14ef51b367867d6a15567b400c3ff [diff] |
selutility: Fix service crash when constructing SEL The type `additionalDataMap` has been replaced with `AdditionalData`. However, the map `m` is not populated by any functions, which causes `assert()` to be triggered in both `constructOEMSEL()` and `constructSEL()` due to `m` being an empty map. This patch removes the code referencing `additionalDataMap` and fully switch to using `AdditionalData`, ensuring that the SEL construction process works correctly. Change-Id: Ib917feaabfc255c635bf2ee96c092386e0faa16b Signed-off-by: Potin Lai <potin.lai@quantatw.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage