diff options
| author | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2009-08-25 15:16:31 -0700 |
|---|---|---|
| committer | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2009-08-25 15:16:31 -0700 |
| commit | aebdfce800eec0973de8dbcd7ec522064210ee21 (patch) | |
| tree | 54f9319c94e369d287dd0f13439d3b5164ce81d0 /usr/src | |
| parent | cdf26504013b98f91b7f35950d33df332503eca1 (diff) | |
| download | illumos-joyent-aebdfce800eec0973de8dbcd7ec522064210ee21.tar.gz | |
6874303 fake_up_symtab can dereference just about anything
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/lib/libproc/common/Pcore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/lib/libproc/common/Pcore.c b/usr/src/lib/libproc/common/Pcore.c index 234538eb0b..de868725db 100644 --- a/usr/src/lib/libproc/common/Pcore.c +++ b/usr/src/lib/libproc/common/Pcore.c @@ -812,8 +812,6 @@ fake_up_symtab(struct ps_prochandle *P, const elf_file_header_t *ehdr, (mp = Paddr2mptr(P, symtab->sh_addr)) == NULL || (fp = mp->map_file) == NULL) { dprintf("fake_up_symtab: invalid section\n"); - dprintf("fp->file_symtab.sym_data_pri == %lx\n", - (long)fp->file_symtab.sym_data_pri); return; } |
