Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This reverts commit f831a1ebde048b4a19b380ff3794180152757efa.
This was merged accidentally.
|
|
This reverts commit 411f0e67f495fb436ce13ba12c63d7cf874aabd7.
This was merged accidentally.
|
|
for the complete response.
Without this patch the size of the response might be added but not the
response itself. This would corrupt the response queue because the
previously added size will be used for the next response which will be
added.
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
|
|
Without this patch the size of the response might be read successfully
but the response will not be read. Therefore the while loop would exit
and when entering the next time the size will be read again.
But this second read of size will actually already read data from the
response. Therefore the response will be corrupted and the response
buffer cannot sync again.
To avoid this issue it will first be checked if there is enough data
available in the ring buffer to read the size and response. If not try
again later.
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
|
|
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
|
|
|
|
|
|
|
|
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5196 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4648 a436a847-0d15-0410-975c-d299462d15a1
|
|
-Wmissing-prototypes.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4634 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4394 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4151 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4136 a436a847-0d15-0410-975c-d299462d15a1
|
|
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4135 a436a847-0d15-0410-975c-d299462d15a1
|