Michael McConville wrote:
> Christian Weisgerber wrote:
> > Christian Weisgerber:
> > 
> > > The removal of the casts causes a problem in ports/devel/mico, where
> > > the yacc output is used in C++:
> > 
> > Also:
> >   graphics/grap
> >   math/aamath
> >   math/logic2cnf
> 
> ok?
>       "        goto bail;",
> -     "    newvs = realloc(yyvs, newsize * sizeof(*newvs)); /* overflow check 
> above */",
> +     "    newvs = (short *)realloc(yyvs, newsize * sizeof(*newvs)); /* 
> overflow check above */",

no, newvs isn't a short. but i alread fixed it.

Reply via email to