aboutsummaryrefslogtreecommitdiff
path: root/src/install/padding_checker.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-13fix lockfile struct padding (#6495)Gravatar Dylan Conway 1-1/+16
* integrity padding * error message for bytes at end of struct
2023-09-05fix(install): ensure all lockfile structs do not have undefined padding (#4401)Gravatar dave caruso 1-0/+93
* padding sucks * this assertion is already done elsewhere * remove test. will be covered alex's pr i believe? * fix webkit submodule * fix uws submodule