mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-18 23:14:24 +00:00
doc fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8bb0c091bc
commit
481aa2fa5e
@ -3,7 +3,7 @@
|
||||
//! This is a safer alternative to directly blessing raw pointer values as it is more difficult to
|
||||
//! get the perl side of this wrong.
|
||||
//!
|
||||
//! For instance, one major downside of using `[Value::bless_box]` is that it is possible to simply
|
||||
//! For instance, one major downside of using [`Value::bless_box`] is that it is possible to simply
|
||||
//! bless invalid values into the same class, or create clones via perl's `Storable::dclone` or
|
||||
//! `Clone::clone`, which can easily cause a double-free corruption.
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user