]> git.ipfire.org Git - thirdparty/asterisk.git/commit
formats: Restore previous fread() behavior
authorSean Bright <sean.bright@gmail.com>
Tue, 5 Sep 2017 15:05:48 +0000 (11:05 -0400)
committerSean Bright <sean.bright@gmail.com>
Tue, 5 Sep 2017 15:05:48 +0000 (11:05 -0400)
commit3f7d0b63fcbbb995970f8c249e9202c8a2a9114a
treef3ecf189f152ca4e1954b323357b61bce155e9bb
parent7b240d173436ad828008d1cb3c1eae10932518be
formats: Restore previous fread() behavior

Some formats are able to handle short reads while others are not, so
restore the previous behavior for the format modules so that we don't
have spurious errors when playing back files.

ASTERISK-27232 #close
Reported by: Jens T.

Change-Id: Iab7f52b25a394f277566c8a2a4b15a692280a300
15 files changed:
formats/format_g719.c
formats/format_g723.c
formats/format_g726.c
formats/format_g729.c
formats/format_gsm.c
formats/format_h263.c
formats/format_h264.c
formats/format_ilbc.c
formats/format_pcm.c
formats/format_siren14.c
formats/format_siren7.c
formats/format_sln.c
formats/format_vox.c
formats/format_wav.c
formats/format_wav_gsm.c