summaryrefslogtreecommitdiff
path: root/test/strlen.asm
AgeCommit message (Collapse)AuthorFilesLines
2010-07-23preproc.: Fix NULL dereference on broken %strlen argumentCyrill Gorcunov1-0/+5
Under particular circumstances %strlen may cause SIGSEG. A typical example is %strlen with nonexistent macro argument. [ Testcase test/strlen.asm ] Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>