aboutsummaryrefslogtreecommitdiff
path: root/src/net/parse.cpp
diff options
context:
space:
mode:
authorSChernykh <15806605+SChernykh@users.noreply.github.com>2026-05-24 13:58:25 +0200
committerSChernykh <15806605+SChernykh@users.noreply.github.com>2026-05-24 13:59:23 +0200
commite354264e0c046454dc01f71eeb3fe8098e248ec6 (patch)
tree52f09175534cd1246f6531bbcea474914a682268 /src/net/parse.cpp
parentc3e79d22adb82a25f509877f17398a242e7e8a9d (diff)
downloadmonzero-core-e354264e0c046454dc01f71eeb3fe8098e248ec6.tar.gz
monzero-core-e354264e0c046454dc01f71eeb3fe8098e248ec6.tar.xz
monzero-core-e354264e0c046454dc01f71eeb3fe8098e248ec6.zip
Fixed dangling iterator in is_remote_host_allowed
- m_blocked_subnets.erase(it) either moves it to the next entry, or sets it to m_blocked_subnets.end() in which case the MCLOG_CYAN will access invalid data
Diffstat (limited to 'src/net/parse.cpp')
0 files changed, 0 insertions, 0 deletions