Marcus and Dustin, All of these Patches are Applied sans those which were already acted on my Mike earlier. Thanks for contributing. Hope to see more patches from you in future.
Regards-- Subrata On Wed, 2008-03-26 at 19:28 +0530, Subrata Modak wrote: > Bang on my head. I did not see these Patches posted on Sf.net Patch > Tracker. I am not sure whether they are applied already by somebody. > Mike can you confirm whether you applied any/all of them: > > 1) [ 1891075 ] waitpid wrong array in FAIL: by > [EMAIL PROTECTED], > > Summary: Various waitpid tests print the PID of the wrong array. > fork_kid_pid[j] is accessed just past the end of the fork_kid_pid array, > so it is better to use wait_kid_pid[i] instead. > > Not sure it is applied. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891075&group_id=3382&atid=303382) > > 2) [ 1891078 ] nftw64 has slightly bad sprintf handling: by > [EMAIL PROTECTED], > > Summary: Some newer glibcs do not like sprintf() printing a string into > itself and loop. > > Not Sure whether Applied or not. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891078&group_id=3382&atid=303382) > > 3) [ 1891129 ] mark tst_exit as noreturn: by > [EMAIL PROTECTED], > > Summary: gcc allows marking functions as noreturn, which tst_exit() is. > > Comment Shows Mike you have already Applied this. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891129&group_id=3382&atid=303382) > > > 4) [ 1891271 ] fixed some compiler warnings: by > [EMAIL PROTECTED], > > Summary: this patch fixes some compiler warnings spit out by newer GCCs > and fortify source (mostly some initialisations and return value > checking) > > Not Sure whether Applied or not. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891271&group_id=3382&atid=303382) > > 5) [ 1891273 ] fixed some more compiler warnings: by > [EMAIL PROTECTED], > > Summary: some more "variable is used uninitialized" warnings fixed with > this patch > > Not Sure whether Applied or not. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891273&group_id=3382&atid=303382) > > 6) [ 1891927 ] faccessat01 and fchmodat01 fixes: by > [EMAIL PROTECTED], > > Summary: faccessat01 and fchmodat01 did not test the AT_FDCWD > tests, but assigned fds[5]. I made them work, patch attached. btw, > readlinkat01 is also buggy, but I have not yet come around to fixing > it. > > Not Sure whether Applied or not. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1891927&group_id=3382&atid=303382) > > 7) [ 1908313 ] Fix broken POSIX shell compliance:by > [EMAIL PROTECTED], > > Summary: runltp will not execute on a POSIX-compliant shell (dash). I > found this thread, and a patch that to fixes my issues: > http://www.mail-archive.com/[email protected]/msg00510.html > In the last message in the thread, it's claimed that the changes were > committed to CVS. > http://www.mail-archive.com/[email protected]/msg00521.html > This patch is an adaptation of the original by Matthew Wilcox. I changed > '= "0"' to '-eq 0', at the request of George Kraft. I also dropped the > sh -> bash change in generate.sh, as Mike Frysinger seemed to object to > that part. > > Comment Showed that Mike you used -a => -e changes to runltp and > runltplite.sh. Can you please confirm. > (https://sourceforge.net/tracker/index.php?func=detail&aid=1908313&group_id=3382&atid=303382) > > > > Sorry Dustin & Marcus for the delay. > > Regards-- > Subrata > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
