main.c | 3701 struct space_bitmap_desc *sbd, *new_sbd; local in function:udf_create_new_space_bitmaps_and_reset_freespace 3723 new_sbd = calloc(1, dscr_size); 3724 memcpy(new_sbd, sbd, sizeof(struct space_bitmap_desc)-1); 3728 new_sbd->data[cnt] = 0xff; 3730 context.part_unalloc_bits[i] = new_sbd;
|