]> begriffs open source - freertos/commit
Update stream_buffer.c (#94)
authorSimon Beaudoin <simon.beaudoin.0935@gmail.com>
Mon, 10 Aug 2020 16:55:04 +0000 (12:55 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 16:55:04 +0000 (09:55 -0700)
commit61fc74f0c5c50a7d8ac7fa7f4a2f6deb3a215036
tree3b8dd1ad7e3c0b73d2562c91aa4e2bbdb1e0afd1
parent61635d5b8b7ae1e783026f37eb66757509010130
Update stream_buffer.c (#94)

Add necessary checks when sending data to the stream/message buffer in order to avoid a task deadlock when attempting to write a longer stream/message than the underlying buffer can write.
stream_buffer.c