diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-02-17 13:25:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 13:25:41 +0000 |
commit | 353168a9e93803bc9c5608d2e0ec55ba7fc581d9 (patch) | |
tree | f3d0bd97d6587e98f2b385c828bbe722caf4a93d /roomserver/storage | |
parent | 89b7519089d4dbebfb5222c7a3e969d6e4786248 (diff) |
Fix potential panic in `NewStreamTokenFromString` caused by off-by-one error (#2196)
Line 291 could panic when trying to set `positions[i]` if `i == len(positions)`.
Diffstat (limited to 'roomserver/storage')
0 files changed, 0 insertions, 0 deletions