]> sourceware.org Git - systemtap.git/commit
PR23860 bugfix: incorrect comparison direction in string_copy()
authorSerhei Makarov <smakarov@redhat.com>
Fri, 9 Nov 2018 21:19:17 +0000 (16:19 -0500)
committerSerhei Makarov <smakarov@redhat.com>
Fri, 9 Nov 2018 21:45:47 +0000 (16:45 -0500)
commit02861e63c3669d755c21db0604d8691476859794
treef4963b83d4d0a727e11942c655d49bb12f91c660
parente428db4740f7763b168d6cc060ce620770c577e8
PR23860 bugfix: incorrect comparison direction in string_copy()

(Turns out this branch was flipped and it was a root cause of the havoc.)

* bpf-translate.cxx (bpf_unparser::emit_string_copy): Correct
  direction of JEQ(all_nz,0) jump instruction.
bpf-translate.cxx
This page took 0.02835 seconds and 5 git commands to generate.