<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello Mr. Finlayson,</p>
<p>We still observe the stack-use-after-return bug in
live.2023.06.14 while running in Ubuntu:20.04. <br>
</p>
<pre>You can reproduce this bug as the README in the attachment as follows:
1. build the docker image:
docker build . -t suaf
2. create the docker container:
docker run -it -u root --privileged --name reproduce-suaf suaf bash
3. open two terminals:
3.1 one run live555:
cd /home/ubuntu/experiments/live/testProgs && ./testOnDemandRTSPServer
3.2 another one to run the client to send requests:
cd /home/ubuntu/experiments && aflnet-replay client-request1 RTSP 8554 1
You can also try other client requests:
cd /home/ubuntu/experiments && aflnet-replay client-request2 RTSP 8554 1
</pre>
<p></p>
</body>
</html>