Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note function signature param/result features for validation (#5542) | Alon Zakai | 2023-03-03 | 1 | -0/+13 |
As with #5535, this was not noticed because it can only happen on very small modules where the param/result type appears nowhere else but in a function signature. Use generic heap type scanning, which also scans into struct and array types etc. |