lint feature

Al Marshall alm at bronze.UUCP
Fri Aug 19 12:48:24 AEST 1983







Can anyone tell me why lint on 4.2 BSD allows  the  fol-
lowing to pass unscathed:

        main()

                {
                int array[10];

                array[10] = 1;
                }



No bounds checking at run time is reasonable, but this... ?



More information about the Comp.lang.c mailing list