Skip to content

Tags: qntx/owx

Tags

v0.6.0

Toggle v0.6.0's commit message
refactor(owx-vault): split unsafe blocks in disable_core_dumps and im…

…prove safety documentation

Split single unsafe block into two separate blocks for prctl and setrlimit calls with distinct safety justifications. Move rlimit struct initialization outside unsafe block since it doesn't require unsafe operations. Update safety comments to be more precise about each FFI call's safety requirements.