]> git.meshlink.io Git - utcp/commit
Fix bugs in sack_consume() causing data corruption or abort()s.
authorGuus Sliepen <guus@meshlink.io>
Mon, 19 Oct 2015 20:04:50 +0000 (22:04 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 2 Jul 2017 10:04:35 +0000 (12:04 +0200)
commit027abc36cfb0a8247625f5f6af65b7ce63065a33
tree4df8f69477c7b4e89605ef7412b25a05adaca053
parent64ef5642d83fc13829262ec6c1bddb6a20d9aa7a
Fix bugs in sack_consume() causing data corruption or abort()s.

Put in a lengthy comment with some ASCII-art to describe what we are
actually trying to do in this function.
utcp.c