Open
Description
This typo #95 should be caught by some CI test. Run an assembler, or similar(?). Or just verify that all files ensure that it's not used in an executable stack.
Metadata
Metadata
Assignees
Labels
No labels
This typo #95 should be caught by some CI test. Run an assembler, or similar(?). Or just verify that all files ensure that it's not used in an executable stack.
Activity
aqjune-aws commentedon Nov 21, 2023
Hi, which assembler are you using? It is because
as
in DevDesktop doesn't seem to raise any warning or error about the typo.aqjune-aws commentedon Nov 21, 2023
The first command strips away C-style comments and processes include directives. The second command shows that
stacz
is still there, and then the third command (as
) is compiling the assembly without warnings.aqjune-aws commentedon Nov 21, 2023
To record, the error message appeared when building the FIPS version of AWS-LC.
The error message could not be reproduced on my side, but this check seems helpful indeed.
aqjune-aws commentedon Sep 30, 2024
We should add Windows CI too.