good morning!!!!

Skip to content
Snippets Groups Projects
Commit fbedf62f authored by Matthew Halpern's avatar Matthew Halpern Committed by Viktor Trón
Browse files

swarm/storage: fix loop bound for database cleanup (#19085)

The current loop continuation condition is always true as a uint8
is always being checked whether it is less than 255 (its maximum
value). Since the loop starts with the value 1, the loop termination
can be guarranteed to exit once the value overflows to 0.
parent 9d5e10f5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment