aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/aacdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-03 13:07:43 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-03 13:07:43 +0200
commit0ca09335aa47fee181c36187143403811b5452f6 (patch)
treecb97c075defc170c8b5a7dbdb42f45d64a6f3d41 /libavformat/aacdec.c
parent5c0f6d53da154ef51933eb5820424612aedda50d (diff)
downloadffmpeg-0ca09335aa47fee181c36187143403811b5452f6.tar.gz
avcodec/a64multienc: Don't use static buffers, fix potential races
render_charset() used static buffers that are always completely initialized before every use, so that it is unnecessary for the values in these arrays to be kept after leaving the function. Given that this is not only unnecessary, but harmful due to the possibility of data races if several instances of a64multi/a64multi5 run simultaneously these buffers have been replaced by ordinary buffers on the stack (they are small enough for this). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/aacdec.c')
0 files changed, 0 insertions, 0 deletions