Michael Runge f5d9f89152 Allow 0-byte files in full OTAs.
Currently, the writeProcessFunction fails when
there are zero bytes to write, potentially returning
errno from a previous operation, or hanging
indefinitely while it waits for a >0 result on a
write of size 0.  This happens when the output
file is intended to be zero bytes in size.

Change-Id: Ib3cfcaf66d82942bc89e5f5c64697862403b38da
2014-05-09 18:09:28 +00:00
2013-03-07 13:34:24 -08:00
2014-03-14 13:51:39 -07:00
2014-05-09 18:09:28 +00:00
2013-10-10 14:19:19 -07:00
2013-10-10 14:19:19 -07:00
2014-03-14 13:51:39 -07:00
2014-03-19 15:30:25 -07:00
2014-05-01 18:37:40 -07:00
2012-01-10 10:18:17 -08:00
2014-04-25 15:47:34 -07:00
2012-08-22 17:26:40 -07:00
2014-04-01 09:47:36 -07:00
Description
No description provided
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%