mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-30 15:20:16 +00:00
![]() The libc function mkdtemp takes a C char pointer while we previously cast our OSString buffer as i8 pointer, but that's not valid on platforms like AArch64 (ARM), where char is equivalent with a u8. Fix that by using the c_char type that was explicitly made to always get the correct, platform-independent type for C chars when doing FFI. This was reported by OJaksch on our Arch Linux User Repo (AUR) package [0]. https://aur.archlinux.org/packages/proxmox-backup-client#comment-1006851 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
fs | ||
linux | ||
boot_mode.rs | ||
command.rs | ||
crypt.rs | ||
error.rs | ||
fd.rs | ||
lib.rs | ||
logrotate.rs | ||
macros.rs | ||
mmap.rs | ||
process_locker.rs | ||
systemd.rs |