- Package:
- spamassassin
- Source:
- spamassassin
- Submitter:
- Vincent Lefevre
- Date:
- 2021-04-07 09:45:43 UTC
- Severity:
- normal
A mail message from mine got LOTS_OF_MONEY probably due to the
following line:
movabsq $6148914691236517206, %rdx
Indeed the $ character is used for immediate constants in the
GAS syntax. This should be detected.