Erik de Castro Lopo wrote:

> Will it complain about the unvalidated use of the pos variable
> in the following?
> 
>      int pos,  array [100] ;
>      read (fd, &pos, sizeof (pos));
>      array [pos] = 0 ;

I tried myself and its barfing on system headers with GNU extentions.

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Even in the area of anticompetitive conduct, Microsoft is mainly an
imitator." -- Ralph Nader (1998/11/11)
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to