open-vault/changelog/12534.txt
Theron Voran ae0bda77b3
vault-agent: copy values retrieved from bolt (#12534)
Byte slices returned from Bolt are only valid during a transaction, so
this makes a copy.

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2021-09-13 11:06:08 -07:00

4 lines
108 B
Plaintext

```release-note:bug
agent: Avoid possible `unexpected fault address` panic when using persistent cache.
```