On Fri, Dec 22, 2006 at 12:34:55PM +0530, Sachin P. Sant wrote: > Here is a update to the previously submitted patch to dynamically allocate > memory for memory range data structures. This patch adds following > functionality > > * memset all allocated memory ranges pointers. > * Simplify some of the code related to memory ranges allocation. > > Please review.
Looks fine to me, I've gone ahead and applied it. The only minor comment that I can fathom is that using calloc would do about the same thing, but the malloc + memset option is just as good. -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
