
11 May
2009
11 May
'09
2:53 p.m.
There's a strdup() call here that's not checked for failure, and quite a few more in other functions in the patch.
Hopefully covered all the strdup's and fixed it Reposting the patch.
This reminds me that we really need to make a wrapper for strdup, as we did for malloc() to validate failure checking at compile time.
that would be very helpful :) Regards, Pritesh