mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Filter out NULL entries.
This commit is contained in:
parent
04d9a38baf
commit
74589f738e
@ -1,3 +1,7 @@
|
||||
2015-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* malloc/mtrace.pl: Filter out NULL entries.
|
||||
|
||||
2015-09-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
|
||||
|
@ -167,7 +167,7 @@ while (<DATA>) {
|
||||
printf ("+ %#0@XXX@x Alloc %d duplicate: %s %s\n",
|
||||
hex($allocaddr), $nr, &location($addrwas{$allocaddr}),
|
||||
$where);
|
||||
} else {
|
||||
} elsif ($allocaddr =~ /^0x/) {
|
||||
$allocated{$allocaddr}=$howmuch;
|
||||
$addrwas{$allocaddr}=$where;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user