Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: Check for unlikely integer overflow | Stef Walter | 2013-07-18 | 1 | -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-kit | Stef Walter | 2013-02-12 | 1 | -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 code | Stef Walter | 2013-02-04 | 1 | -0/+180 |
Represents a block of memory that can be added to, parsed and so on |