]> git.proxmox.com Git - proxmox-backup.git/commit
Userid: fix borrow/deref recursion
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 8 Oct 2020 13:37:19 +0000 (15:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Oct 2020 13:57:10 +0000 (15:57 +0200)
commit96c3d98256c2f5a8ebb281024fa57bf33ba5acbb
tree21ca354264c4155cea60e0caf392b4c12ca97180
parent0b3dc8ed8c4e5df254b6c39a1bfe28ac90ece70c
Userid: fix borrow/deref recursion

not triggered by any current code, but this would lead to a stack
exhaustion since borrow would call deref which would call borrow again..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/types/userid.rs