monero/external
iamamyth 8c43e33e35 logging: Fix easylogging++ init with blank config
The upstream version of el::base::TypedConfigurations::unsafeGetConfigByRef
accesses uninitialized memory if a key doesn't exist.
Commit b2c59af84de8d35c1eee38878053206a62756968 patched the library to
throw in this case, avoiding the invalid access, but the more suitable
pattern, both logically, and as evidenced by the behavior of
unsafeGetConfigByVal, would be to return a const reference to a
default-initialized value with static storage duration.
2025-02-19 15:02:08 -08:00
..
2022-05-27 20:27:46 -05:00
2024-05-21 16:29:33 +00:00
2025-01-19 12:31:02 +01:00
2023-10-20 20:46:36 +02:00
2020-08-27 01:22:15 +02:00