Files
vault/changelog/29176.txt
Steven Clark f1efd98ecf Prevent barrier term overflow on rotation (#29176)
* Prevent barrier term overflow on rotation

 - Upon requesting to rotate the barrier key if we overflow the
   term uint32, fail the rotation.

* Add cl
2025-01-02 09:28:56 -05:00

4 lines
108 B
Plaintext

```release-note:bug
core: Prevent integer overflows of the barrier key counter on key rotation requests
```