K 10 svn:author V 2 ae K 8 svn:date V 27 2015-06-02T02:05:32.181591Z K 7 svn:log V 290 MFC r283104: Read GEOM_UNCOMPRESS metadata using several requests that fit into MAXPHYS. For large compressed images the metadata size can be bigger than MAXPHYS and this triggers KASSERT in g_read_data(). Also use g_free() to free memory allocated by g_read_data(). PR: 199476 END