https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207735

--- Comment #6 from [email protected] ---
A commit references this bug:

Author: markj
Date: Mon Apr 25 18:40:57 UTC 2016
New revision: 298589
URL: https://svnweb.freebsd.org/changeset/base/298589

Log:
  Allow DOF sections with excessively long probe function components.

  Without this change, DTrace will refuse to load a DOF section if the
  function component of any of its probes exceeds DTRACE_FUNCNAMELEN (128).
  Probes in C++ programs can have very long function components. Rather than
  rejecting all probes if a single probe exceeds the limit, simply skip the
  invalid probe and emit a warning. This ensures that valid probes are
  instantiated.

  PR:           207735
  MFC after:    2 weeks

Changes:
  head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "[email protected]"

Reply via email to