Bug#325877: [UPDATE] New parse_mdstat() function for Mondo Rescue

2006-05-20 Thread Bruno Cornec
Andree Leidenfrost said on Sun, May 14, 2006 at 09:21:18PM +1000: Sorry for the delay, I was flat out with CeBIT Australia. And I was way too busy this week. The attached patch is what is in mondo-2.07-2 for Debian. It does not include your suggestions below. I decided to release something

Bug#325877: [UPDATE] New parse_mdstat() function for Mondo Rescue

2006-05-14 Thread Andree Leidenfrost
Hi Bruno, Sorry for the delay, I was flat out with CeBIT Australia. The attached patch is what is in mondo-2.07-2 for Debian. It does not include your suggestions below. I decided to release something (for Debian) to keep some momentum and because I am not sure how much time I'll have in the

Bug#325877: [UPDATE] New parse_mdstat() function for Mondo Rescue

2006-05-08 Thread Bruno Cornec
On Sun, May 07, 2006 at 06:18:27PM +1000, Andree Leidenfrost wrote: - replaced fgets with getline() to avoid static strings and thus overflows Good point ! I've done some more testing, valgrind is still happy, so I think this is as good as it gets at the moment. If there is anything that

Bug#325877: [UPDATE] New parse_mdstat() function for Mondo Rescue

2006-05-07 Thread Andree Leidenfrost
Hi Bruno, Please find attached a reworked version of function parse_mdstat() with the following new features: - checks whether file open was successful - replaced fgets with getline() to avoid static strings and thus overflows - uses takes raidlist rather than mdstat as argument - s_mdstat