William Schumann wrote: > Instead, please look for the slim_source code webrev in the public > location: > http://cr.opensolaris.org/~wmsch/extended_partition/ > William > > jeanm wrote: >> >> Please review the following for the installation on extended >> partitions project: >> >> For the ON gate (questions should be directed to Ginnie Wray): >> >> http://cr.opensolaris.org/~ginnie/libdisk3/ >> >> >> For the slim_source gate (questions for libtd to Ginnie, rest of the >> code questions should be directed to William Schumann) >> >> file:///net/indiana-build.central/export/home/ws199450/extp/webrev/index.html >> >> >> >> >> Please respond by COB on Friday October 16. >> >> Thanks, >> >> Jean McCormack >> >> >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss Ginnie,
This is for the ON gate code review usr/src/lib/libdiskmgt/Makefile: 22: Update the copyright to 2009 usr/src/lib/libdiskmgt/common/partition.c: 606: Check the return value from malloc() and make sure that it is not null 612: free the allocated 'device' before continue - Sundar