Add Hasl.Gs2Header.parse_full which returns the length of the header

Review Request #3822 — Created Feb. 7, 2025 and submitted

Information

hasl/hasl
default

Reviewers

This is necessary when the Gs2 header is used as a header and we need to move
past it in a string.

Ran the gs2-header test under valgrind and called in the turtles for the rest.

Summary ID
Add Hasl.Gs2Header.parse_full which returns the length of the header
This is necessary when the Gs2 header is used as a header and we need to move past it in a string.
1dcc72097d1c1515cdcddee60d734311bcbae1fa
Description From Last Updated

(nullable) doesn't make sense here as length is an integer not a pointer. To indicate that the caller can pass …

QuLogicQuLogic
grim
QuLogic
  1. 
      
  2. hasl/haslgs2header.h (Diff revision 2)
     
     
    Show all issues

    (nullable) doesn't make sense here as length is an integer not a pointer. To indicate that the caller can pass NULL, this should be marked with (optional).

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed