No description
Find a file
Greg Kaiser c8966aa0da identity/Util: Fix file write check
The results of TEMP_FAILURE_RETRY can be negative in an error
case.  But we were assigning it to an unsigned size_t, and
thus our check to see if it was negative would always be false.

We switch to storing this result in a signed ssize_t, so we'll
properly handle a negative return value.  As long as we're
never writing more than 2GB (ssize_t max on a 32-bit system),
this shouldn't be a problem.

Test: TreeHugger
Change-Id: I3d417fab7c3ee7557221f9757567379d1b8cb6da
2020-01-21 07:09:51 -08:00
fsverity_init Rewrite fsverity_init in C++ and load keys from keystore 2019-09-25 09:52:19 -07:00
identity identity/Util: Fix file write check 2020-01-21 07:09:51 -08:00
keystore Add credstore system daemon. 2020-01-16 13:05:48 -05:00
keystore-engine Allow for input_data on finish. 2019-11-14 16:43:12 -07:00
.clang-format Add PREUPLOAD to require clang-format. 2017-12-04 17:06:49 -07:00
Android.bp Move keystore to Android.bp. 2017-10-23 16:03:59 -06:00
MODULE_LICENSE_APACHE2 Add NOTICE and MODULE_LICENSE_ files. 2015-11-02 09:13:29 -08:00
NOTICE Add NOTICE and MODULE_LICENSE_ files. 2015-11-02 09:13:29 -08:00
OWNERS Add OWNERS in system/security 2017-06-02 17:39:48 -07:00
PREUPLOAD.cfg Keystore should be developed in AOSP. 2019-07-31 10:50:04 -07:00