Commit Graph

1 Commits

Author SHA1 Message Date
Chris Coulson
fc938b31c9 kern/buffer: Add variable sized heap buffer
Add a new variable sized heap buffer type (grub_buffer_t) with simple
operations for appending data, accessing the data and maintaining
a read cursor.

Signed-off-by: Chris Coulson <chris.coulson@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Patch-Name: 2021-02-security/097-kern-buffer-Add-variable-sized-heap-buffer.patch
2021-02-27 14:50:21 +00:00