Attention is currently required from: Aarya, Anastasia Klimchuk, Nikolai Artemiev.
1 comment:
File erasure_layout.c:
old_start_buf = (uint8_t *)malloc(old_start - region_start);
if (!old_start_buf) {
msg_cerr("Not enough memory!\n");
ret = -1;
goto _end;
}
old_end_buf = (uint8_t *)malloc(region_end - old_end);
if (!old_end_buf) {
msg_cerr("Not enough memory!\n");
ret = -1;
goto _end;
}
Thanks for the details, Anastasia! Yeah, I will dive deeper to see possible solutions and understand […]
Sorry it took longer than I expected. Please, Anastasia, check out the new patch set
To view, visit change 81548. To unsubscribe, or for help writing mail filters, visit settings.