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

    Исходный пакет: randomize_fd
    Версия: 0.1-alt0.M70T.1
    Собран:  15 марта 2018 г. 19:16 в задании #201984
    Сообщить об ошибке в пакете
    Лицензия: 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. rpm-build-licenses
      2. gcc

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


    13 марта 2018 г. Ivan Zakharyaschev 0.1-alt0.M70T.1
    - Build for t7.
    12 марта 2018 г. Ivan Zakharyaschev 0.1-alt1
    - Initial build for ALT Sisyphus.