]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma_afh: Add some assert() statements.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Aug 2017 13:13:04 +0000 (15:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 12 Aug 2017 17:22:02 +0000 (19:22 +0200)
commit581d26de766276619cd719021a35ccac43206b72
tree3494e2a214e4ad368a6e7c360faa01e05bfaa1de
parent8eb77a20423c3dcc44c4584a082e981391272cb2
wma_afh: Add some assert() statements.

The clang static analyzer seems to have a hard time proving that if
convert_utf8_to_utf16() returns non-negative, the destination pointer
is non-null. This patch should help it.
wma_afh.c