summaryrefslogtreecommitdiff
path: root/common/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* buffer: Check for unlikely integer overflowStef Walter2013-07-181-0/+6
| | | | | | | | If we see an integer overflow here something has gone horribly wrong (or malicious code is present). So treat this as unrecoverable, and fail if we're going to overflow. https://bugzilla.redhat.com/show_bug.cgi?id=985019
* Relicense the buffer code appropriate for inclusion in p11-kitStef Walter2013-02-121-23/+34
| | | | | * All original lines in this file upon arrival in the p11-kit project were written by me, and copyright held by me.
* Add generic buffer codeStef Walter2013-02-041-0/+180
Represents a block of memory that can be added to, parsed and so on