Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imgdiff: fix file descriptor leak | Jeremy Compostella | 2015-09-08 | 1 | -1/+9 |
| | | | | | | | | | | mkstemp() allocates a file description that is never released. If MakePatch() is called too many time, imgdiff reaches the Operating System EMFILE (too many open files) limit. Change-Id: Icbe1399f6f6d32cfa1830f879cacf7d75bbd9fc3 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Signed-off-by: Gaelle Nassiet <gaellex.nassiet@intel.com> | ||||
* | recovery: Switch applypatch/ and updater/ to cpp. | Tao Bao | 2015-07-14 | 1 | -0/+1068 |
Mostly trivial changes to make cpp compiler happy. Change-Id: I69bd1d96fcccf506007f6144faf37e11cfba1270 |