resolve build error when merging 0f7f7e21
Test: mma Change-Id: Ibdcf7b47e54d3739fb922f66996365763d2acfef
This commit is contained in:
+2
-2
@@ -148,8 +148,8 @@ int verify_file(unsigned char* addr, size_t length,
|
||||
<< " bytes from end";
|
||||
|
||||
if (signature_start > comment_size) {
|
||||
LOGE("signature start: %zu is larger than comment size: %zu\n", signature_start,
|
||||
comment_size);
|
||||
LOG(ERROR) << "signature start: " << signature_start << " is larger than comment size: "
|
||||
<< comment_size;
|
||||
return VERIFY_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user