<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre>Package: llvm-toolchain-11
Version: 1:11.0.1-2
Tags: patch

bpftrace in debian testing suffers from a code generation bug in llvm11:

<a href="https://github.com/iovisor/bpftrace/issues/1305">https://github.com/iovisor/bpftrace/issues/1305</a>

To reproduce run:
apt-get install bpftrace
/usr/sbin/tcpconnect.bt

connect to a https site.
the DPORT column will contain wrong values (13429)

This was fixed in llvm12, see
<a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D88525">https://reviews.llvm.org/D88525</a>
<a class="moz-txt-link-freetext" href="https://bugs.llvm.org/show_bug.cgi?id=47591">https://bugs.llvm.org/show_bug.cgi?id=47591</a>

A patch is available here: <a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D91833">https://reviews.llvm.org/D91833</a>
</pre>
  </body>
</html>