1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00
miraclecast/src
Andrey Alekseenko be54804768 Remove access to freed memory
If rtsp_unlink_waiting(m) is called and actually destroys m, it's not
safe to pass it to rtsp_unlink_outgoing later.

We make rtsp_unlink_waiting and rtsp_unlink_outgoing return true if they
destroy the message, and in this case we make sure not to try freeing it
again.
2020-09-20 06:38:05 +02:00
..
ctl Set readline as required package 2019-08-27 11:01:22 +02:00
dhcp Random static analysis fixes 2020-09-20 06:38:05 +02:00
shared Remove access to freed memory 2020-09-20 06:38:05 +02:00
uibc Add meson build system 2017-04-14 11:32:27 +02:00
wifi Random static analysis fixes 2020-09-20 06:38:05 +02:00
CMakeLists.txt UIBC support 2016-07-02 15:47:15 +02:00
Makefile.am UIBC support 2016-07-02 15:47:15 +02:00
meson.build Add meson build system 2017-04-14 11:32:27 +02:00
miracled.c Version 1.0 2016-01-24 20:54:40 +01:00
miracled.h include stdio.h 2014-09-09 12:16:12 +02:00