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

    Исходный пакет: valgrind
    Версия: 3.8.1-alt2
    Собран:  25 марта 2013 г. 16:21
    Сообщить об ошибке в пакете
    Домашняя страница: 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++

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


    25 марта 2013 г. Dmitry V. Levin 3.8.1-alt2
    - Fixed build with glibc 2.17.
    3 октября 2012 г. Dmitry V. Levin 3.8.1-alt1
    - Updated to 3.8.1.
    - Merged with valgrind-3.8.1-2 from Fedora.
    18 июня 2012 г. Dmitry V. Levin 3.7.0-alt1
    - Updated to 3.7.0 release (closes: #27411).
    - Backported upstream build fixes.
    - Merged with Fedora valgrind-3.7.0-4 (by legion@).