This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 888e44f3b0a361b5cfcca1090d0defd21217db11 (commit)
- Log -----------------------------------------------------------------
77a1db1 fix a misplaced assert
-----------------------------------------------------------------------
Summary of changes:
src/modules/bluetooth/module-bluetooth-device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 77a1db16b996e079cd565f7d0baf9fe81ca88ccd
Author: Lennart Poettering <[email protected]>
Date: Fri Mar 20 18:34:16 2009 +0100
fix a misplaced assert
diff --git a/src/modules/bluetooth/module-bluetooth-device.c
b/src/modules/bluetooth/module-bluetooth-device.c
index fc8dc9c..7386f8c 100644
--- a/src/modules/bluetooth/module-bluetooth-device.c
+++ b/src/modules/bluetooth/module-bluetooth-device.c
@@ -953,7 +953,7 @@ static int hsp_process_push(struct userdata *u) {
break;
}
- pa_assert((size_t) l <= memchunk.length);
+ pa_assert((size_t) l <= pa_memblock_get_length(memchunk.memblock));
memchunk.length = (size_t) l;
u->read_index += (uint64_t) l;
--
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits