Package randomize_fd: Information

    Source package: randomize_fd
    Version: 0.1-alt1
    Build time:  Sep 30, 2022, 09:29 AM
    Report package bug
    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.

    List of rpms provided by this srpm:
    randomize_fd (e2kv6, e2kv5, e2kv4, e2k)
    randomize_fd-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Ivan Zakharyaschev

    List of contributors:
    Ivan Zakharyaschev

      1. coreutils >= 8.27
      2. rpm-build-licenses
      3. gcc

    Last changed


    March 12, 2018 Ivan Zakharyaschev 0.1-alt1
    - Initial build for ALT Sisyphus.