Check store keys length before accessing them #8451
Labels
C:Store
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Milestone
Summary of Bug
Before accessing a store key (e.g.
a := key[n:m]
), we should make that surekey
is at least of lengthm+1
.ref: #8363 (comment)
Version
v0.41.0
Proposal
Pros
Cons
For Admin Use
The text was updated successfully, but these errors were encountered: