summaryrefslogtreecommitdiff
path: root/lib/utils/buffer_helper.c
AgeCommit message (Collapse)Author
2019-08-27More size_t usageScott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
buffer from start, end and length. The old code miscomputed length leading to writing and reading from memory past the end of the buffer. Consolidating the code should make it easier to get right everywhere.