History log of /system/core/libsparse/sparse_read.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
503b63fe09e62b6a909c11969f1bbf51d6b70a95 07-Sep-2017 Elliott Hughes <enh@google.com> <stdbool.h> not necessary in C++.

Bug: N/A
Test: builds
Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99
/system/core/libsparse/sparse_read.cpp
c39caafbbbf3227517f2ae1081fc01716f19b263 11-Oct-2017 Xiaolei Yu <dreifachstein@gmail.com> libsparse: fix building on linux host.

memset is declared in <string.h>

Test: builds and works on host

Change-Id: I224a01c78ee1d0c2f8d5e86eef10c84c8960cbc0
/system/core/libsparse/sparse_read.cpp
a7eeb22efb88d8b8073d71138bcb31cb3f2c4f4d 18-Apr-2017 Chris Fries <cfries@google.com> libsparse: Fix verbose_error string usage

Switch vnsprintf to StringPrintf to avoid off-by-one, and switch
sparse_read.c to cpp.

Test: fastboot flash normal image with smaller sparse limit

Change-Id: Ia399b167625deb271bfd0ee3273071306d71c4d4
/system/core/libsparse/sparse_read.cpp