Package randomize_fd: Information

    Source package: randomize_fd
    Version: 0.1-alt0.M80P.1
    Build time:  Mar 19, 2018, 09:14 AM in the task #201991
    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 (x86_64, i586)
    randomize_fd-debuginfo (x86_64, i586)

    Maintainer: Ivan Zakharyaschev

    List of contributors:
    Ivan Zakharyaschev

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

    Last changed


    March 15, 2018 Ivan Zakharyaschev 0.1-alt0.M80P.1
    - Build for p8.
    March 12, 2018 Ivan Zakharyaschev 0.1-alt1
    - Initial build for ALT Sisyphus.