Skip to content

Commit

Permalink
removes the buffer tracking (second attempt)
Browse files Browse the repository at this point in the history
Fixes a broken fix introduced with BinaryAnalysisPlatform#1155 unfortunately this file is
not covered with CI, which we need to fix ASAP (see BinaryAnalysisPlatform#1156, BinaryAnalysisPlatform#1157).
  • Loading branch information
ivg committed Jun 30, 2020
1 parent 99db6f9 commit bd110bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/primus_test/lisp/memcheck.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
(let ((end (-1 (+ beg len)))
(r1 (region-contains (symbol-concat 'memcheck/live heap) beg))
(r2 (region-contains (symbol-concat 'memcheck/live heap) end)))
(when (/= b1 b2)
(memcheck/report-out-of-bound b1 b2))
(when (/= r1 r2)
(memcheck/report-out-of-bound r1 r2)))))

Expand Down

0 comments on commit bd110bf

Please sign in to comment.