Files
monero/contrib
selsta 146f801063 epee: avoid bad_weak_ptr during connection teardown
foreach_connection() can race with connection destruction while the
protocol handler remains in the raw-pointer map. Use the non-throwing
weak_from_this().lock() in add_ref() and treat expired connections as
unavailable.

This is an interim mitigation pending the broader connection lifetime
fix in PR 7345.
2026-07-12 14:25:30 +02:00
..
2026-04-26 13:32:06 +02:00
2026-06-29 18:02:00 +02:00
2022-03-04 06:59:20 +01:00