-
Notifications
You must be signed in to change notification settings - Fork 28
UB with yaml DeSer #87
Comments
I'd rather that it is noted at the Yaml |
I'm also okay with removing the Yaml |
With the release of |
Yes, I have committed to keeping it in, however the (potential) UB needs to be documented and hopefully a future release will be able to fix this. |
See issue TheNeikos#87 for details.
I documented this in #92. I'd propose to keep this issue open as the tracking issue until the problem is properly fixed upstream (either in |
Miri detects Undefined Behaviour when executing
integration_tests::mem_yaml
: (this used to ICE due to a bug in miri)Miri log
It happens in
linked-hash-map
, a dependency ofserde_yaml
. There is not much we can do about it, but causing UB just by callingDatabase::save
is very undesirable. It shoud at least be stated in the documentation until it is fixed.The text was updated successfully, but these errors were encountered: