platform_bootable_recovery/applypatch
Nick Kralevich 956cde8578 Add mode when open(O_CREAT) is used.
When creating a new file using open(..., O_CREAT), it is an error
to fail to specify a creation mode. If a mode is not specified, a
random stack provided value is used as the "mode".

This will become a compile error in a future Android change.

Change-Id: I73c1e1a39ca36bf01704b07302af4971d234b5a8
2012-06-26 15:01:03 -07:00
..
testdata relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:45 -07:00
applypatch.c Add mode when open(O_CREAT) is used. 2012-06-26 15:01:03 -07:00
applypatch.h fix build 2012-02-28 12:07:30 -08:00
applypatch.sh refactor applypatch and friends 2010-02-22 15:30:33 -08:00
bsdiff.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
bspatch.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
freecache.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff.h relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff_test.sh relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgpatch.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
main.c Working ASLR implementation 2010-08-02 14:17:33 -07:00
NOTICE Add NOTICE file 2012-04-06 13:51:00 -07:00
utils.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
utils.h refactor applypatch and friends 2010-02-22 15:30:33 -08:00