mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 1952/cpukit * libmisc/untar/untar.c: Add return code for failure when unable to write file.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 1952/cpukit
|
||||||
|
* libmisc/untar/untar.c: Add return code for failure when unable to
|
||||||
|
write file.
|
||||||
|
|
||||||
2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1890/cpukit
|
PR 1890/cpukit
|
||||||
|
|||||||
@@ -204,6 +204,7 @@ Untar_FromMemory(
|
|||||||
if (n != len)
|
if (n != len)
|
||||||
{
|
{
|
||||||
printk("untar: Error during write\n");
|
printk("untar: Error during write\n");
|
||||||
|
retval = UNTAR_FAIL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ptr += 512;
|
ptr += 512;
|
||||||
|
|||||||
Reference in New Issue
Block a user