Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037905
en ru br
ALT Linux repos
S:0.1-alt1

Group :: Development/Debuggers
RPM: randomize_fd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.1-alt1
Build date: 15 march 2018, 16:04 ( 315.0 weeks ago )
Size: 7032 b

Home page:   http://git.altlinux.org/people/imz/packages/ran…

License: 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.

Current maintainer: Ivan Zakharyaschev

List of contributors

List of rpms provided by this srpm:

  • randomize_fd
  • randomize_fd-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin