Go to file
Timm Bäder e89bf8be7a Fix an integer overflow warning
Recent GCC versions emit warnings like this during compilation:

<source>:10:31: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow]
   10 |   const uint32_t limits[] = { -minInt, maxInt };
      |                               ^~~~~~~
<source>:10:31: warning: narrowing conversion of '-2147483648' from 'int' to 'uint32_t' {aka 'unsigned int'} [-Wnarrowing]

And clang even treats them like an error.
2021-01-04 13:43:36 +01:00
.gitignore audiofile 0.3.6 2013-03-07 09:57:30 -05:00
822b732fd31ffcb78f6920001e9b1fbd815fa712.patch Fix for CVE-2018-17095. 2018-10-09 08:46:57 -05:00
941774c8c0e79007196d7f1e7afdc97689f869b3.patch Patches for CVE-2018-13440. 2018-10-09 09:16:31 -05:00
audiofile-0.3.6-CVE-2015-7747.patch Merge fix from upstream pull request #25 for CVE-2015-7747. 2015-10-09 18:15:51 +02:00
audiofile-0.3.6-left-shift-neg.patch avoid int overflow too 2016-02-04 10:16:55 +01:00
audiofile-0.3.6-narrowing.patch char on ARM is unsigned by default 2016-02-04 10:40:54 +01:00
audiofile-0.3.6-pull42.patch Merge upstream pull requests #42,#43,#44 from Agostino Sarubbo to fix 2017-03-12 11:49:48 +01:00
audiofile-0.3.6-pull43.patch Merge upstream pull requests #42,#43,#44 from Agostino Sarubbo to fix 2017-03-12 11:49:48 +01:00
audiofile-0.3.6-pull44.patch Merge upstream pull requests #42,#43,#44 from Agostino Sarubbo to fix 2017-03-12 11:49:48 +01:00
audiofile.spec Fix an integer overflow warning 2021-01-04 13:43:36 +01:00
fde6d79fb8363c4a329a184ef0b107156602b225.patch Patches for CVE-2018-13440. 2018-10-09 09:16:31 -05:00
integer-overflow.patch Fix an integer overflow warning 2021-01-04 13:43:36 +01:00
sources audiofile 0.3.6 2013-03-07 09:57:30 -05:00