Пакет randomize_fd: Информация

    Исходный пакет: randomize_fd
    Версия: 0.1-alt1
    Последняя версия по данным Repology
    Собран:  15 марта 2018 г. 19:25 в задании #201982
    Сообщить об ошибке в пакете
    Лицензия: LGPLv3+
    О пакете: Randomizes the fd returned by open or socket when LD_PRELOADed
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    randomize_fd (x86_64, i586)
    randomize_fd-debuginfo (x86_64, i586)

    Сопровождающий: Ivan Zakharyaschev

    Список участников:
    Ivan Zakharyaschev

    Права:
    Ivan Zakharyaschev
    @everybody

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

    Последнее изменение


    12 марта 2018 г. Ivan Zakharyaschev 0.1-alt1
    - Initial build for ALT Sisyphus.