***UNCHECKED*** [Live-devel] stack-use-after-return while handling SETUP

2023-06-13 Thread Meng Ruijie
Here is one bug about stack-use-after-return in live.2023.05.10 running in Ubuntu 20.04. It happens while handling the SETUP client request. You can reproduce this bug as the README in the attachment. It is one flaky bug as we observed. The following is the ASAN bug report:

Re: [Live-devel] heap-use-after-free while handling PLAY

2023-06-13 Thread Ross Finlayson
Right now I believe that these are all caused by the same bug in the LIVE555 code, and is the same bug that “jerry testing” (also from your school??) reported a few days ago. Within a day or two, I hope to release a new version of the code that fixes this bug. Please don’t post any more bug re

***UNCHECKED*** [Live-devel] heap-use-after-free while handling PLAY

2023-06-13 Thread Meng Ruijie
Hi, We found one heap-use-after-free in live.2023.05.10 running in Ubuntu 20.04. It happens while handling the PLAY client request by calling the function `MultiFramedRTPSink::continuePlaying`. We attached the relevant files to reproduce this bug and hope it could help you fix it. You can repr

***UNCHECKED*** [Live-devel] heap-use-after-free in continueParsing

2023-06-13 Thread Meng Ruijie
Hi, We found one heap-use-after-free bug in live.2023.05.10 while running in Ubuntu:20.04. This bug happens while calling the function `MatroskaFileParser::continueParsing`. You can reproduce this bug as the README in the attachment as follows: 1. build the docker image: docker build . -t u