1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00
miraclecast/src/shared
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
..
CMakeLists.txt cleanup cmake config 2015-04-12 10:34:42 +02:00
Makefile.am Ini files for miracle-wifid 2017-04-04 22:00:39 +02:00
meson.build Add meson build system 2017-04-14 11:32:27 +02:00
rtsp.c Remove access to freed memory 2020-09-20 06:38:05 +02:00
rtsp.h RTSP: support reading hex and skiping 2015-03-30 12:06:38 +02:00
shl_dlist.h shl: remove custom offsetof helpers 2014-03-21 12:17:08 +01:00
shl_htable.c shl: add u64 htable helpers 2014-03-21 11:54:45 +01:00
shl_htable.h shl: remove custom offsetof helpers 2014-03-21 12:17:08 +01:00
shl_log.c Debug GStreamer execution 2016-10-23 10:20:12 +02:00
shl_log.h Make miracle-wifid conexists with other network tools 2018-09-21 13:41:16 +02:00
shl_macro.h shl: update shl-macro.h 2014-05-12 14:32:41 +02:00
shl_ring.c shl: add ring-buffer helpers 2014-03-21 12:15:57 +01:00
shl_ring.h shl: add ring-buffer helpers 2014-03-21 12:15:57 +01:00
shl_util.c shl: fix shl_qstr_tokenize() quote parser 2014-03-29 12:51:40 +01:00
shl_util.h shl: update shl dlist/util 2014-03-19 12:36:49 +01:00
util.h Ini files for miracle-wifid 2017-04-04 22:00:39 +02:00
wpas.c don't modify raw message 2016-09-14 15:01:26 +08:00
wpas.h rtsp/wpas: pass va_list by reference 2014-08-05 13:10:03 +02:00