Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > f91ecab597cc56a8bca0923b5ed652b6 > files > 1

memstomp-0.1.4-7.mga7.src.rpm

Summary:	Specialized memcpy checker with low overhead
Name:		memstomp
Version:	0.1.4
Release:	%mkrel 7
License:	LGPLv3+ 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}

%build
# fix build on aarch64
autoreconf -vfi

%configure2_5x
%make_build

%install
%make_install

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



%changelog
* Sun Sep 23 2018 umeabot <umeabot> 0.1.4-7.mga7
  (not released yet)
+ Revision: 1299516
- Mageia 7 Mass Rebuild

* Sun Jun 24 2018 wally <wally> 0.1.4-6.mga7
+ Revision: 1239342
- fix build on aarch64

* Fri Feb 12 2016 umeabot <umeabot> 0.1.4-5.mga6
+ Revision: 956157
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 0.1.4-4.mga5
+ Revision: 748064
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.1.4-3.mga5
+ Revision: 682354
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 0.1.4-2.mga4
+ Revision: 522041
- Mageia 4 Mass Rebuild

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


* Thu Feb 07 2013 Thierry Vignaud <tv@mageia.org> 0.1.4-1.mga3
- initial release