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:
Joel Sherrill
2011-11-07 21:42:22 +00:00
parent 89926c95c4
commit d9bc968d5b
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
PR1945/cpukit
+1
View File
@@ -205,6 +205,7 @@ Untar_FromMemory(
if (n != len)
{
printk("untar: Error during write\n");
retval = UNTAR_FAIL;
break;
}
ptr += 512;