summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyihong Chae <hh.chae@samsung.com>2017-06-07 14:35:09 +0900
committerHyihong Chae <hh.chae@samsung.com>2017-06-07 14:35:09 +0900
commit920ff5fd83578a32316d92ddb0025ee3a614742f (patch)
tree55ac0e33f817c256e343963b268b4b8f1432c77c
parent2dd55dd10cb17da11803afe1ea8d781fac32e239 (diff)
downloadsmartcard-service-accepted/tizen_3.0_ivi.tar.gz
smartcard-service-accepted/tizen_3.0_ivi.tar.bz2
smartcard-service-accepted/tizen_3.0_ivi.zip
Change-Id: Ifc8dfc1142859a0e2e6e505cf6bf7cc50fc1f197 Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-xpackaging/smartcard-service.spec2
-rw-r--r--server/ServerReader.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/smartcard-service.spec b/packaging/smartcard-service.spec
index 5861314..4ff1378 100755
--- a/packaging/smartcard-service.spec
+++ b/packaging/smartcard-service.spec
@@ -8,7 +8,7 @@
################################################################################
Name: smartcard-service
Summary: Smartcard Service FW
-Version: 0.1.52
+Version: 0.1.53
Release: 0
Group: Network & Connectivity
Requires: %{name}-common = %{version}-%{release}
diff --git a/server/ServerReader.cpp b/server/ServerReader.cpp
index 4b880d2..580c697 100644
--- a/server/ServerReader.cpp
+++ b/server/ServerReader.cpp
@@ -78,7 +78,7 @@ namespace smartcard_service_api
{
ServerSession *session = NULL;
- session = new ServerSession(this, certHashes, caller, terminal);
+ session = new (std::nothrow) ServerSession(this, certHashes, caller, terminal);
if (session == NULL)
return session;