]> git.sesse.net Git - vlc/commit
block: fix invalid memory access in block_Fifo(Count|Size)
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 2 Oct 2014 17:49:49 +0000 (20:49 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 2 Oct 2014 17:49:49 +0000 (20:49 +0300)
commit412898bbd864c5d9379d74b67628d991e3f81ed8
treeb63dfff4122cce2ae30953caeb45869edae1204d
parent318c24cbdbdd21ebfb3678c68853e3e9726560c0
block: fix invalid memory access in block_Fifo(Count|Size)

The function remain fundamentally ToCToU-prone, but at least they now
follow the memory model.
include/vlc_block.h
src/misc/block.c