Skip to content

Commit 708e996

Browse files
committed
src/ : Move to a variable length header buffer
Previously, the `psf->header` buffer was a fixed length specified by `SF_HEADER_LEN` which was set to `12292`. This was problematic for two reasons; this value was un-necessarily large for the majority of files and too small for some others. Now the size of the header buffer starts at 256 bytes and grows as necessary up to a maximum of 100k.
1 parent 47d1b09 commit 708e996

File tree

3 files changed

+218
-194
lines changed

3 files changed

+218
-194
lines changed

0 commit comments

Comments
 (0)