X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FFMedia_ImageDecoder.cpp;h=f2118cb91e9f1cfc96091b87d1ffee82d32d6791;hb=20765dcb313f27bebaf3c2acd3bbd5d01db62fb0;hp=fd976e490212f916251ba418320cc4c5043db8f1;hpb=55fb7490a9454943bd153d871a8f298354a3fa70;p=platform%2Fframework%2Fnative%2Fimage-core.git diff --git a/src/FMedia_ImageDecoder.cpp b/src/FMedia_ImageDecoder.cpp index fd976e4..f2118cb 100644 --- a/src/FMedia_ImageDecoder.cpp +++ b/src/FMedia_ImageDecoder.cpp @@ -79,7 +79,7 @@ _ImageDecoder::DecodeToBufferN(const Tizen::Base::String& filePath, SysTryReturn(NID_MEDIA, filePath.GetLength() > 0 && filePath.GetLength() <= PATH_MAX, null, E_INVALID_ARG, "[E_INVALID_ARG] Given filePath length is zero or exceeds system limitations Length = %d.",filePath.GetLength()); - SysTryReturn(NID_MEDIA, File::IsFileExist(filePath), null, E_FILE_NOT_FOUND, + SysSecureTryReturn(NID_MEDIA, File::IsFileExist(filePath), null, E_FILE_NOT_FOUND, "[E_FILE_NOT_FOUND] filePath:%ls", filePath.GetPointer()); r = dec.Construct(filePath, pixelFormat, IMG_FORMAT_NONE, autoRotate);