Package randomize_fd: Information
Source package: randomize_fd
Version: 0.1-alt1
Build time: Oct 22, 2023, 02:43 AM
Category: Development/Debuggers
Report package bugLicense: LGPLv3+
Summary: Randomizes the fd returned by open or socket when LD_PRELOADed
Description:
Sometimes (to reproduce a bug) we want to force the use of different file descriptors in a sequence of open(2) or socket(2) followed by `close`, so that: 1. the new fd is different from the previous one, 2. and the previous one doesn't look like a valid descriptor anymore. Here, we solve this problem by providing wrappers around open(2) and socket(2) to be LD_PRELOADed.
List of RPM packages built from this SRPM:
randomize_fd (loongarch64)
randomize_fd-debuginfo (loongarch64)
randomize_fd (loongarch64)
randomize_fd-debuginfo (loongarch64)
Maintainer: Ivan Zakharyaschev