Skip to content

Commit

Permalink
fuzzer: run the Docker container with --cap-add SYS_PTRACE to make it…
Browse files Browse the repository at this point in the history
… possible to inspect memory leaks (related to #243)
  • Loading branch information
ibc committed Dec 15, 2018
1 parent 37f20b2 commit 5a52028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ endif

fuzzer-docker-run:
docker run \
--cap-add SYS_PTRACE \
--init --name=mediasoupFuzzer -it --rm \
-v $(shell pwd):/mediasoup/worker \
mediasoup/fuzzer:latest
Expand Down

0 comments on commit 5a52028

Please sign in to comment.