Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/xlint/lint1




To: source-changes%NetBSD.org@localhost

Subject: CVS commit: src/usr.bin/xlint/lint1

From: "Christos Zoulas" <christos%netbsd.org@localhost>

Date: Fri, 19 Aug 2016 06:58:15 -0400


Module Name:    src
Committed By:   christos
Date:           Fri Aug 19 10:58:15 UTC 2016

Modified Files:
        src/usr.bin/xlint/lint1: cgram.y func.c

Log Message:
be less aggressive in clearing blocks to protect against:

int
main(int argc, char *argv[])
{
        int rv;

        if ((rv = ({ int _ret = 1; if (argc == 1) {} _ret; })) != 0)
            printf("%d\n", rv);
        return 0;
}


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/xlint/lint1/func.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.






Prev by Date: CVS commit: src/distrib/sets

Next by Date: CVS commit: src/usr.bin/xlint/lint1

Previous by Thread: CVS commit: src/distrib/sets

Next by Thread: CVS commit: src/usr.bin/xlint/lint1

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index