Set 0777 mode to sanitizer tool report
authorSlava Barinov <v.barinov@samsung.com>
Tue, 15 Nov 2016 12:51:42 +0000 (15:51 +0300)
committerIvan Baravy <i.baravy@samsung.com>
Wed, 22 Feb 2017 09:24:38 +0000 (12:24 +0300)
commita537400bca7d771aa402bb6c289459bab98ce12f
treea2f1d2e90fe614d9a1304a21a05cfb0e9da0844c
parent393263542c58fab61f336290d465c0cb95dcbcc9
Set 0777 mode to sanitizer tool report

There are processes which are executed with root permissions and then
change the user during run on target.

Without setting up the file mode to 0777 trying to write log causes
write error and process exits.

Change-Id: I88c6738625d67f4db2efea76cc8928d4f58b6e7c
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
libsanitizer/sanitizer_common/sanitizer_posix.cc