mirror of https://github.com/google/oss-fuzz.git
fuzz-introspector: bump (#7640)
Changes: - coverage fix https://github.com/ossf/fuzz-introspector/issues/249 - UI updates to make the function table smaller by default, but some buttons for enabling the user to specify which columns to display https://github.com/ossf/fuzz-introspector/issues/239 - fixed a bug in navigating calltree: https://github.com/ossf/fuzz-introspector/issues/232 This has been tested on several projects, including jsoncpp and htslib.
This commit is contained in:
parent
45377fdef2
commit
c91456e053
|
@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
|
|||
RUN apt-get update && apt-get install -y git && \
|
||||
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
|
||||
cd fuzz-introspector && \
|
||||
git checkout 8d3d770d998c2463dc27a607b2afe569cd020ac6 && \
|
||||
git checkout ff2685a105276c753775395b8d206a033c5dbb89 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue