mirror of
https://github.com/ipxe/ipxe
synced 2026-05-22 00:03:42 +03:00
3f8937d2f3
Simplify the ASN.1 code by assuming that all objects are fully accessible via pointer dereferences. This allows the concept of "additional data beyond the end of the cursor" to be removed, and simplifies parsing of all ASN.1 image formats. Signed-off-by: Michael Brown <mcb30@ipxe.org>