commit | 8c25006cb0667c390249d77b9feb77cb7a862094 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 23 12:28:07 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 23 14:02:52 2024 -0400 |
tree | e25c544f23c4a9f2c7391de8e2ba669eee11b0e5 | |
parent | 9052ebd36b0e4a016f769983b774dff49a3ea423 [diff] |
handler: fix undefined behavior Saving a reference to a temporary returned from a function call is undefined behavior and subverts RVO. Remove the `&` so these become local variables. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8e7da30fddef808dfe7ee323d7f91a7c2a2cdeb6
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build