Wrong lastseen values got written to knownnodes in bmproto #1360
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#1360
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
While investigating #1335 I discovered another potential bug.
In the line 380 in bmproto value of
seenTime
is often wrong. I added a simple check:and found values like 281474976710890, 14699749183745158766 or 2448129849.
Today I also found peers with port 0 (:
Port 0 used to be filtered, maybe I forgot to move the check when moving to asyncore.
Like this?