wmanley / cisco-vqe-client

RTP Client targeted at Multicast IPTV
Other
9 stars 21 forks source link

Fix a bug that could sometimes lead to fatal assert, aborting the pro… #12

Open frepe360 opened 5 years ago

frepe360 commented 5 years ago

…gram

If allowing the vqec_sink_read function to call vqec_sink_read_internal with packet type VQEC_PAK_TYPE_APP and at the same time pak.type is VQEC_PAK_TYPE_APP, there will be a fatal assert and the program will abort.

I have seen this happen.