mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Filter out NULL entries.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user