]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: rate: Avoid pointer arithmetic on `void *`
authorMichael Forney <mforney@mforney.org>
Wed, 12 Jun 2019 06:08:14 +0000 (23:08 -0700)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Jun 2019 06:53:17 +0000 (08:53 +0200)
commit03b2f3d05653ef1d9de32ce1d9cf251b6fecd279
tree3dac110ca1ba21754ac7b6587a8c667edcc4c3eb
parent6882ad4a743d61fc65392c5fa8f3040660455cbb
pcm: rate: Avoid pointer arithmetic on `void *`

The pointer operand to the binary `+` operator must be to a complete
object type.

Signed-off-by: Michael Forney <mforney@mforney.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_rate.c