This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ECOS] PATCH 4 "No checking of index while accessing file descriptor table might lead to a crash"


On Thu, Mar 25, 2004 at 12:21:56PM +0100, sebastien Couret wrote:
> On Monday 15 March 2004 17:59, you wrote:
> > Hi Sebastien
> >
> > The rest of eCos uses the macro CYG_ASSERT() rather than assert().
> >
> > Please could you change your patch to use this macro, eg something
> > like
> >
> >         CYG_ASSERT((0 < fd) && (fd<CYGNUM_FILEIO_NFD))","fd out of range");
> >
> > Please also include a ChangeLog entry with your patch.
> >
> 
> Hi all,
> As suggested by Andrew, I have revisited my patch :

Thanks. It has been committed.

        Andrew
       


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]