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

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

Author: markj
Date: Thu Nov 16 07:14:29 UTC 2017
New revision: 325886
URL: https://svnweb.freebsd.org/changeset/base/325886

Log:
  Take r313504 into account when recomputing the string table length.

  When we encounter a USDT probe in a weak symbol, we emit an alias for
  the probe function symbol. Such aliases are named differently from the
  aliases we emit for probes in local functions, so make sure to take that
  difference into account when resizing the output object file's string
  table. Otherwise, we underrun the string table buffer.

  PR:           223680

Changes:
  head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.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