]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma: Use unsigned byte arrays.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 20:08:10 +0000 (22:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 23:10:41 +0000 (01:10 +0200)
commitbfef6139195d8fce106f02cef7a5a283394d4c31
treebca9701cea79a14b746e71a3d94d87378237fbb3
parentee0b62e57dc0f6c4ffafa46eb8f7fe619f6fe64c
wma: Use unsigned byte arrays.

They get initialized with values which cause an overflow on systems where
char is signed.
wma.h
wma_afh.c
wma_common.c