2021-10-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed an arithmetic overflow bug in 'RDWaveFile' that could
	cause the play length of MPEG-encoded to be incorrectly calculated.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-06 14:03:07 -04:00
parent 6d34ca7ee8
commit 9fcd7aaab1
2 changed files with 6 additions and 556 deletions

View File

@@ -22507,3 +22507,6 @@
2021-10-06 Fred Gleason <fredg@paravelsystems.com>
* Increased the import process timeout for the WebGet service
to 1200 seconds.
2021-10-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed an arithmetic overflow bug in 'RDWaveFile' that could
cause the play length of MPEG-encoded to be incorrectly calculated.