#! /bin/sh

SED=/usr/bin/sed

./filter_allocs "$@" |
$SED 's/\(Memcheck: mc_leakcheck.c:\)[0-9]*\(.*impossible.*happened.*\)/\1...\2/'
