mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
- Under some conditions, comparing `ReadViewFwdRange::iterators` for equality could derefence an empty `std::unique_ptr` which will result in a crash. - Misuse of the `equal` API could result in a `std::bad_cast` exception being thrown from when iterating transactions or SLEs from the `OpenView`, `RawStateTable` and `Ledger` classes.