History log of /system/core/libutils/BlobCache.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de722e56dfbd3bf46ae30be6317e03391d424ae6 24-Sep-2014 Christopher Ferris <cferris@google.com> Fix write past end of memory.

The computed flattened size of the blob does not match the size used by the
flatten function when the last cached entry size is not 4 byte aligned.

Bug: 17873145
Change-Id: I9f9fc102d4bde4681ae977b6de5f263aaaf56708
/system/core/libutils/BlobCache.cpp
5f6ebc2f9c9820c8faa2f83b265e31842dc5ed6d 29-Jul-2014 Antoine Labour <piman@google.com> BlobCache: fix uninitialized memory

When flattening the BlobCache, we insert padding for alignment. Make
sure to zero the padding bytes to have reproducible results.

Bug: 16569863
Change-Id: Id39eac5e6a1687459eb6bc2074b1339393fce711
/system/core/libutils/BlobCache.cpp
5bed8036644f552210a7cfcbed2d6d20cf2981b0 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> libutils: turn on -Werror

- Deal with some -Wunused issues
- Override PRI macros (windows)
- Revert use of PRI macros on off64_t (linux)
- Deal with a gnu++11 complaince issue

Change-Id: Ie66751293bd84477a5a6dfd8a57e700a16e36964
/system/core/libutils/BlobCache.cpp
387c561300ea6bd7e75f4cbe823a515e1b7e42a8 17-Apr-2014 Mark Salyzyn <salyzyn@google.com> libutils: BlobCache 64 bit compile issues

Change-Id: I60e9bddfff04f19834b83bdc26a83ca7173363c3
/system/core/libutils/BlobCache.cpp
d98e07fdf9c338589f263c47ce5c844ed43efad5 02-Aug-2013 Alex Ray <aray@google.com> move libs/utils to libutils

Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d
/system/core/libutils/BlobCache.cpp