OpenSolaris

Printable Version Enter a New Search
Bug ID 6618705
Synopsis p*d123 doesn't cause pid probes to be created
State 10-Fix Delivered (Fix available in build)
Category:Subcategory library:libdtrace
Keywords oss-sponsor
Sponsor Jonathan Haslam
Submitter cmynhier
Responsible Engineer Jonathan Haslam
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_84
Fixed In snv_84
Release Fixed solaris_nevada(snv_84)
Related Bugs 6681600
Submit Date 18-October-2007
Last Update Date 27-February-2008
Description
[ahl 10.18.2007]

In dt_pid_create_probe_module() we perform a string compare of the provider name against the string "pid". We really should be doing a gmatch(3gen) since someone could use the provider p*d123 for example.
Work Around
N/A
Comments
N/A