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

    Исходный пакет: valgrind
    Версия: 3.11.0-alt1
    Собран:  16 ноября 2015 г. 16:55 в задании #153332
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.valgrind.org/

    Лицензия: GPLv2+
    О пакете: Valgrind — отладчик памяти GNU/Linux с открытым исходным кодом
    Описание: 
    Valgrind is a GPL'd tool to help you find memory-management problems in
    your programs.  When a program is run under Valgrind's supervision, all
    reads and writes of memory are checked, and calls to
    malloc/new/free/delete are intercepted.  As a result, Valgrind can
    detect problems such as:
    
        * Use of uninitialised memory
        * Reading/writing memory after it has been free'd
        * Reading/writing off the end of malloc'd blocks
        * Reading/writing inappropriate areas on the stack
        * Memory leaks -- where pointers to malloc'd blocks are lost forever
        * Passing of uninitialised and/or unaddressible memory to system calls
        * Mismatched use of malloc/new/new [] vs free/delete/delete []
        * Overlaps of arguments to strcpy() and related functions
        * Some abuses of the POSIX pthread API

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

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Sergey Vlasov
    Alexander Bokovoy

      1. /proc
      2. libX11-devel
      3. gcc-c++
      4. gdb

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


    16 ноября 2015 г. Dmitry V. Levin 3.11.0-alt1
    - Updated to 3.11.0.
    - Merged with valgrind-3.11.0-5 from Fedora.
    14 ноября 2014 г. Dmitry V. Levin 3.10.0-alt1
    - Updated to 3.10.0.
    - Merged with valgrind-3.10.0-5 from Fedora.
    25 марта 2013 г. Dmitry V. Levin 3.8.1-alt2
    - Fixed build with glibc 2.17.