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

Re: cvs commit to boot-floppies/utilities/dbootstrap by dancer



Debian Boot CVS Master <aph@debian.org> cum veritate scripsit:

> Repository: boot-floppies/utilities/dbootstrap
> who:        dancer
> time:       Sun Mar 10 11:27:17 PST 2002
> Log Message:
>   fix potential segfault with undecared function, waitpid

waitpid was used without declaration, and warnings were
caused by it.

It has parameters which are pointers, which may happen to be not 
same as sizeof (int).

Could have caused segfaults in some arches.


regards,
	junichi

-- 
dancer@debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4



Reply to: