OSDN Git Service

Add a mode to the open(2) call when creating the output file.
authorKen Sumrall <ksumrall@android.com>
Thu, 6 Jan 2011 05:00:03 +0000 (21:00 -0800)
committerKen Sumrall <ksumrall@android.com>
Fri, 7 Jan 2011 05:24:24 +0000 (21:24 -0800)
commit39e01fc213f81eb7366324d04d449fb9a07e6e55
treeb7f289a7f90939ef5a154d1048e1d80626edcbbf
parentfe4a03182b5b17d333511c72406f926a791345d3
Add a mode to the open(2) call when creating the output file.

Without this, the mode of the created file is pulled from
garbage on the stack.

Change-Id: Idc5d2bdcaf66a4a70d37ff48e3f9d127542ad860
ext4_utils/simg2img.c