diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-21 15:11:57 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-21 15:11:57 +0000 |
commit | 4c4e746566a98340e229831624f74a5636b62b65 (patch) | |
tree | 951f8942a79116ac3e7c241ba6b6e469c4cc8236 /libavutil/des.c | |
parent | 044a950d8230c881c7e6833f9999498784f3fc76 (diff) | |
download | ffmpeg-4c4e746566a98340e229831624f74a5636b62b65.tar.gz |
Avoid negative shifts in build_table()
A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift itself could
cause an exception of some kind.
Originally committed as revision 21939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/des.c')
0 files changed, 0 insertions, 0 deletions