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

Re: [JOB] libcflow-perl



--- Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> wrote:
> Hi,
>
> libcflow-perl has a simple PATH_MAX issue.
>
> Thanks,
> Marcus
>

This one was easy.  The PATH_MAX usage was char name[PATH_MAX];
I replaced it with char *name; then it compiles fine and it should
work
since any instance of name uses a length completely independent of
PATH_MAX

James Morrison

=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   1B

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Reply to: