Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f454826da8b2398ed783b2a071ed4024 > files > 1

memstomp-0.1.4-1.mga3.src.rpm

Summary:	Specialized memcpy checker with low overhead
Name:		memstomp
Version:	0.1.4
Release:	%mkrel 1
License:	LGPL v3+ with exception
Group:		Development/Tools
Source0:	%{name}.tar.xz
URL:		http://fedorapeople.org/gitweb?p=wcohen/public_git/memstomp/
BuildRequires:	binutils-devel

%description
Memstomp checks the operation of memcpy. In particular memstomp warns
when memcpy is used to copy overlapping regions of memory (such as the
problem encountered in
https://bugzilla.redhat.com/show_bug.cgi?id=638477)

Just use it as prefix for your usual command line and it will check
memcpy used in all child processes. Note that valgrind can perform
this type of check also. Memstomp merely lowers the overhead for this
type of check.

%prep
%setup -qn %{name}
./bootstrap.sh

%build
%configure
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/memstomp
%{_libdir}/libmemstomp-backtrace-symbols.so
%{_libdir}/libmemstomp.so



%changelog

* Thu Feb 07 2013 tv <tv> 0.1.4-1.mga3
+ Revision: 395142
- imported package memstomp