[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: mkinitrd clue
- From: Steve G <linux_4ever yahoo com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: mkinitrd clue
- Date: Sat, 14 Aug 2004 10:15:21 -0700 (PDT)
Hi,
I have mkinitrd working fine now. I will attach a patch to the bugzilla report.
I did a code review of mkinitrd and found all kinds of problems. There were
uninitialized variables that get used, negative array indexing, and actually a
timebomb for everyone that "has it working".
The main problem, after getting it converting device numbers, was that it was
calling execv with stack variables as arguments. They must be malloc'ed. This
solved the error 14 that some people may have reported.
I will attach mkinitrd-4.0.5-cleanup.patch to the report in a few minutes if
anyone wants to try it.
-Steve Grubb
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]