Dmitriy Evgenevich Gonzha [Fri, 15 Sep 2017 16:18:56 +0000 (19:18 +0300)]
Fix ASan build
Remove unused 'Device' variable from vmodem/server/client.c
to reslve build error with -fno-common flag
Change-Id: I63fa15d82b3000b1efb12f2c063726f55a1124c7
Signed-off-by: Dmitriy Evgenevich Gonzha <d.gonzha@samsung.com>
Sooyoung Ha [Thu, 13 Apr 2017 06:27:14 +0000 (15:27 +0900)]
packaging: modify license file duplication method
Change-Id: Id9670a697c0b64f00155b825bad5d21742f1d678
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 14 Mar 2017 06:35:13 +0000 (15:35 +0900)]
source: remove unused const variables
Change-Id: I8c3e22879a3afa11ac20c2342d0aa8cf21ec0637
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Wed, 14 Dec 2016 08:46:35 +0000 (17:46 +0900)]
package: update version (0.2.57)
Change-Id: I27bec5d3d4ecf48caeed30bdc812942cac341243
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
SeokYeon Hwang [Wed, 14 Dec 2016 05:12:05 +0000 (14:12 +0900)]
sms: fix stack corruption on 64 bit env
srclen, dstlen should be size_t (or gsize) that is 64 bit wide usigned
data type. If there is 32 bit wide data where srcLen, dstLen pointed to,
stack corruption is occured.
Change-Id: I2195c9b00dc155add427241b1ec596f83c2ec0c8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
jooseong lee [Wed, 20 Jul 2016 11:00:49 +0000 (20:00 +0900)]
Set the SMACK security label to run given executable file in systemd services
Change-Id: I919eff8db4000e1eb02d5df538d76d4355b2a284
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
Sooyoung Ha [Tue, 28 Jun 2016 04:55:11 +0000 (13:55 +0900)]
build: remove redundant file
Change-Id: I8cc18f1b2bb6e99cd936cebc4f00b0effe81e3e8
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Wed, 15 Jun 2016 02:25:49 +0000 (11:25 +0900)]
license: modify the license file name
LICENSE.GPLv2 -> LICENSE.GPLv2+
Change-Id: I7693cef2c8541d41225e59840cf50389d3028f9f
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 10 Jun 2016 02:54:17 +0000 (11:54 +0900)]
build: add ASLR (Address Space Layout Randomization) flag
Change-Id: I09d0c70c0f64a46da19c5246ce6c73a6ff5e6fe8
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 31 Jul 2015 07:44:11 +0000 (16:44 +0900)]
license: modify the license attr of spec file
GNU -> GPL-2.0+
Change-Id: Ie4316a058e09cc9361830c25e65c9b89b06621a9
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 9 Nov 2015 14:57:17 +0000 (23:57 +0900)]
build: apply -Werror build option
This option enables that warning as error, we can catch build warnings
easily on compile time. -Wall option has enabled already.
Change-Id: I0d99a3bcaf3fe03cda851917a13848162f205399
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 9 Nov 2015 14:40:04 +0000 (23:40 +0900)]
source: remove build warning for 64bit build
I fix some pointer casting and printf format warnings for 64bit support.
There are many problems about code convention like indentations,
whitespaces, tabs, and so on. These should be aligned later, not this
commit.
Change-Id: I9359a68242af335ee6fbf8a0c781e4743e77bd5e
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 9 Nov 2015 06:13:45 +0000 (15:13 +0900)]
source: remove build warning about at and db files
Third. I remove build warnings about at-command and db source files.
There are many problems about code convention like indentations,
whitespaces, tabs, and so on. These should be aligned later, not this
commit.
Change-Id: I803ecc29da6f34664275a77ef4db0cb18e149a46
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 9 Nov 2015 06:12:01 +0000 (15:12 +0900)]
source: remove build warning on server source file
Second. I remove build warnings on server source files.
There are many problems about code convention like indentations,
whitespaces, tabs, and so on. These should be aligned later, not this
commit.
Change-Id: Ia50bd2ac2f592693f7722ddf8c6c17874f566bab
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 6 Nov 2015 08:10:32 +0000 (17:10 +0900)]
source: remove build warning on lib directory
I have a plan to apply -Werror option. By the way, vmodem code has so
many build warnings. This could occur problems, I will remove these
warnings before applying -Werror option.
It would be hard to understand or review if I upload changes at one
commit. So I split them.
This is the first. I remove build warnings on lib directories. And I
add some missing prototypes.
There are many problems about code convention like indentations,
whitespaces, tabs, and so on. These should be aligned later, not this
commit.
Change-Id: If5f0db177e5cd3a8c92a4e7d4ef01f05638eee4b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 3 Jul 2015 05:44:57 +0000 (14:44 +0900)]
build: enable the x86_64 build
Change-Id: I2b2a2312933421cb547659dee12b73e1f8eef76a
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 29 Jun 2015 09:00:01 +0000 (18:00 +0900)]
packaging: modify manifest for smack label
remove the '_' smack execution label
Change-Id: I2a9590280e45a40f198093cbad8da367d10d63bb
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Wed, 29 Apr 2015 07:00:53 +0000 (16:00 +0900)]
file: remove the redundant files.
remove the debian packaging files.
Change-Id: I8c0da43a0c279cff3cb8a2271866e72b0909b4e1
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Munkyu Im [Fri, 19 Sep 2014 09:36:20 +0000 (18:36 +0900)]
vmodem: Send RSSI level
Send RSSI at command to telephony daemon
Conflicts:
packaging/vmodemd-emul.spec
Change-Id: Ied02dfd8f5aa60d12cca07661f43ad6c614a01e7
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 17 Jun 2014 09:50:32 +0000 (18:50 +0900)]
vmodem: modify the communication channel to ecp.
Now, the vmodem-daemon will use the vmodem device to communicate with ECP, not emulator daemon.
Change-Id: I5722ea56fea130c8fbd00ca7bc022f0bd05fa48d
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 13 Jun 2014 11:21:33 +0000 (20:21 +0900)]
source: remove the white spaces.
Change-Id: I88a2a5239e860867ad9c8583033ef617ff0dc6ff
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sangho Park [Fri, 13 Jun 2014 09:10:01 +0000 (02:10 -0700)]
Merge "license: modify the boilerplate." into tizen
Sangho Park [Fri, 13 Jun 2014 09:09:23 +0000 (02:09 -0700)]
Merge "add negative number check for length value on sms_util.c." into tizen
Sangho Park [Fri, 13 Jun 2014 09:09:06 +0000 (02:09 -0700)]
Merge "fix some human faults" into tizen
Sangho Park [Fri, 13 Jun 2014 09:07:52 +0000 (02:07 -0700)]
Merge "add LICENSE file into rpm package file." into tizen
Sooyoung Ha [Thu, 31 Oct 2013 08:02:18 +0000 (17:02 +0900)]
license: modify the boilerplate.
Modify LGPL boilerplate to GPL on source files' header.
Change-Id: Ie2ae29c18252d58e534a6ff21cfb95939377c313
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 22 Oct 2013 02:21:34 +0000 (11:21 +0900)]
add negative number check for length value on sms_util.c.
Change-Id: I63d07bb4018403c5ccd440d966f6579ce6ee2c1f
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Thu, 17 Oct 2013 07:46:47 +0000 (16:46 +0900)]
fix some human faults
Change-Id: I1af0eeaae59077d9cbfb4f450ead1569ef489891
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Mon, 30 Sep 2013 05:23:46 +0000 (14:23 +0900)]
add LICENSE file into rpm package file.
Change-Id: I93f71daab766c0d0778edd796ba77690028e01e9
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Yeongkyoon Lee [Thu, 26 Sep 2013 09:21:24 +0000 (18:21 +0900)]
Merge branch 'sdk-develop' into tizen
Sehong Na [Thu, 12 Sep 2013 05:42:19 +0000 (22:42 -0700)]
Initial empty repository
Sooyoung Ha [Wed, 14 Aug 2013 02:16:31 +0000 (11:16 +0900)]
Merge branch 'master' into tizen_2.2
Conflicts:
packaging/vmodemd-emul.spec
Change-Id: Ia7102422a1df8d364733334775a89c9f9ef25e9b
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 13 Aug 2013 05:39:43 +0000 (14:39 +0900)]
[Title] modify server_tx_call.c for waiting call.
[Desc.] now, waiting call would be blocked when the call waiting of setting app is disabled.
Change-Id: Ibf1f1fc8410dc50eb991ce9b69c7efbcf1e79717
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Thu, 11 Jul 2013 06:38:16 +0000 (15:38 +0900)]
[Title] remove the duplicated or usless files
[Desc.]
Change-Id: Iae4fadd3d4937a2f09922350428fd75b78dd6a60
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 9 Jul 2013 12:44:02 +0000 (21:44 +0900)]
[Title] add prepared db files.
[Desc.]
Change-Id: I4e0eb544ac666758077bb6b371f20c788b66b13c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Wed, 10 Jul 2013 08:53:39 +0000 (17:53 +0900)]
[Title] translate Korean comment to English.
[Desc.]
Change-Id: I6a65186c14e994613c87891e16539e9c4ca9dbd5
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Tue, 9 Jul 2013 12:44:02 +0000 (21:44 +0900)]
[Title] add prepared db files.
[Desc.]
Change-Id: I4e0eb544ac666758077bb6b371f20c788b66b13c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Jun 2013 13:34:46 +0000 (22:34 +0900)]
Merge branch 'master' into tizen_2.2
Change-ID: I5d303ecf6689cd399b8bf2beb3f1be13b8b2762b
Sooyoung Ha [Fri, 14 Jun 2013 13:13:31 +0000 (22:13 +0900)]
[Title] modify to the call be barred before the call list set
[Desc.] W/A for call list control issue
Change-Id: I9a381b415b3f5048df51d188e0fcb3b3d68302cc
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Jun 2013 11:14:32 +0000 (20:14 +0900)]
[Title] modify call id control
[Desc.] when connect the alerted call
Change-Id: Ife077a45f4dfc6a00eaeeedf876b0df94cce4f24
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Jun 2013 06:08:55 +0000 (15:08 +0900)]
[Title] add refresh the call-list
[Desc.] when the call id is great-equal then call count.
(this means the head call id is not zero.)
Change-Id: I7bc8b3305689db5f65863a297f77f03fde79ac2f
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Jun 2013 06:05:51 +0000 (15:05 +0900)]
[Title] modify call id control
[Desc.] when alert the dialing call
Change-Id: I64bce64bb9860be81ac1f42181f81b664238b874
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Sooyoung Ha [Fri, 14 Jun 2013 05:55:48 +0000 (14:55 +0900)]
[Title] add .gitignore file
[Desc.] ignore the tags file
Change-Id: Ibb32954bbcf58bcfc4586ee10fa7faedbb1cdd07
Sooyoung Ha [Mon, 3 Jun 2013 06:40:48 +0000 (15:40 +0900)]
modify the rssi initial value 5 -> 4
Change-Id: Ib0adec31bd35a7eea71079a9cd56db1a11f0e8f5
Sooyoung Ha [Tue, 28 May 2013 05:28:43 +0000 (14:28 +0900)]
Merge branch 'master' into 'tizen_2.1'
Sooyoung Ha [Tue, 28 May 2013 05:28:43 +0000 (14:28 +0900)]
Merge branch 'tizen_2.1'
Sooyoung Ha [Wed, 15 May 2013 13:26:41 +0000 (22:26 +0900)]
[Title] DO NOT save the mms sent status values as a variable.
[Desc.] Because they are saved by vconfkey.
Sooyoung Ha [Fri, 26 Apr 2013 06:43:05 +0000 (15:43 +0900)]
fix the packet buffer overflow by long digit(>32)
Sooyoung Ha [Wed, 24 Apr 2013 13:18:06 +0000 (22:18 +0900)]
modify the MAX input digit to 82
Sooyoung Ha [Tue, 23 Apr 2013 14:32:11 +0000 (23:32 +0900)]
block all incoming calls when the incoming call barring is set
Sooyoung Ha [Fri, 29 Mar 2013 07:11:59 +0000 (16:11 +0900)]
add vmodemd init script and modify service target to emulator.target
Sooyoung Ha [Tue, 26 Mar 2013 08:38:03 +0000 (17:38 +0900)]
Merge branch 'master' into tizen_2.1
Sooyoung Ha [Tue, 26 Mar 2013 07:57:58 +0000 (16:57 +0900)]
block the incoming calls when the RSSI is zero.
Sooyoung Ha [Tue, 26 Mar 2013 06:24:48 +0000 (15:24 +0900)]
block the incoming calls when the incoming call barring set.
Sooyoung Ha [Thu, 21 Mar 2013 05:31:21 +0000 (14:31 +0900)]
Merge branch 'master' into tizen_2.1
Sooyoung Ha [Thu, 21 Mar 2013 03:55:34 +0000 (12:55 +0900)]
[Title] modify IMEI value
[Desc.] fix it to 15 digit
Sooyoung Ha [Tue, 19 Mar 2013 06:01:02 +0000 (15:01 +0900)]
Merge branch 'master' into tizen_2.1
Conflicts:
packaging/vmodemd-emul.spec
Jinkun Jang [Fri, 15 Mar 2013 16:25:39 +0000 (01:25 +0900)]
merge with master
Sooyoung Ha [Thu, 14 Mar 2013 11:18:04 +0000 (20:18 +0900)]
make the vmodem-x86.service file for systemd.
Jinkun Jang [Tue, 12 Mar 2013 17:20:56 +0000 (02:20 +0900)]
Tizen 2.1 base
Sooyoung Ha [Tue, 12 Mar 2013 12:05:41 +0000 (21:05 +0900)]
add expressions for MMS Sent Status.
Sooyoung Ha [Fri, 25 Jan 2013 13:45:44 +0000 (22:45 +0900)]
Merge branch 'tizen_2.0'
Sooyoung Ha [Fri, 25 Jan 2013 13:41:39 +0000 (22:41 +0900)]
[Title] modify length values' range.
[Desc.] to be under MAX length.
Sooyoung Ha [Thu, 24 Jan 2013 08:22:44 +0000 (17:22 +0900)]
Merge branch 'tizen_2.0'
Sooyoung Ha [Thu, 24 Jan 2013 07:41:44 +0000 (16:41 +0900)]
[Title] add null check and fix untrusted value.
[Desc.] modify vmodem/server/server_common_network.c, server_tx_network.c.
Sooyoung Ha [Thu, 24 Jan 2013 07:41:44 +0000 (16:41 +0900)]
[Title] add null check and fix untrusted value.
[Desc.] modify vmodem/server/server_common_network.c, server_tx_network.c.
jihye kim [Wed, 23 Jan 2013 10:20:32 +0000 (19:20 +0900)]
delete '^M' text
jihye kim [Wed, 23 Jan 2013 08:52:41 +0000 (17:52 +0900)]
update LICENSE files
Sooyoung Ha [Mon, 21 Jan 2013 14:33:50 +0000 (23:33 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Mon, 21 Jan 2013 14:31:30 +0000 (23:31 +0900)]
[Title] fix the tainted value as argument. (various)
[Desc.] make the values clearly.
Sooyoung Ha [Thu, 17 Jan 2013 12:30:33 +0000 (21:30 +0900)]
Merge branch 'master' into tizen_2.0
Conflicts:
packaging/vmodemd-emul.spec
Sooyoung Ha [Thu, 17 Jan 2013 12:26:14 +0000 (21:26 +0900)]
[Title] fix the untrusted value as argument. (various)
[Desc.] add new function for read 4 bytes packet on vmodem/server/misc.c
Sooyoung Ha [Wed, 16 Jan 2013 08:42:28 +0000 (17:42 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Wed, 16 Jan 2013 08:32:39 +0000 (17:32 +0900)]
[Title] fix force close fault when calling.
[Desc.] modify vmodem/server/server_tx_call.c
Sooyoung Ha [Wed, 16 Jan 2013 02:54:16 +0000 (11:54 +0900)]
Merge branch 'tizen_2.0' into master
Sooyoung Ha [Wed, 16 Jan 2013 02:13:03 +0000 (11:13 +0900)]
[Title] modify vconfkey value for flight mode
[Desc.] VCONFKEY_SETAPPL_FLIGHT_MODE_BOOL -> VCONFKEY_TELEPHONY_FLIGHT_MODE
Sooyoung Ha [Tue, 15 Jan 2013 07:10:50 +0000 (16:10 +0900)]
[Title] remove double free defect
[Desc.] db_sim_sec_add() on vmodem/db/db_security.c
Sooyoung Ha [Tue, 15 Jan 2013 06:44:17 +0000 (15:44 +0900)]
[Title] add pointer initialization, null check.
[Desc.] vmodem/sat/sat_util.c, vmodem/server/client.c, server_tx_call.c, vmodem/transport/transport_onedram.c
Sooyoung Ha [Sun, 13 Jan 2013 09:30:51 +0000 (18:30 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Sun, 13 Jan 2013 09:28:00 +0000 (18:28 +0900)]
[Title] remove memory leaks
[Desc.] modify vmodem/server/server_tx_ss.c file.
Sooyoung Ha [Sun, 13 Jan 2013 09:09:57 +0000 (18:09 +0900)]
[Title] add null check on vmodem/server/server_tx_security.c
Sooyoung Ha [Sun, 13 Jan 2013 09:08:54 +0000 (18:08 +0900)]
[Title] add null check on vmodem/server/server_tx_network.c
Sooyoung Ha [Sun, 13 Jan 2013 09:07:48 +0000 (18:07 +0900)]
[Title] fix risky defects on vmodem/server/server_tx_call.c
Sooyoung Ha [Sat, 12 Jan 2013 14:07:14 +0000 (23:07 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Sat, 12 Jan 2013 14:05:28 +0000 (23:05 +0900)]
[Title] fix build error.
[Desc.] vmodem/server/server_rx_ss.c
Sooyoung Ha [Sat, 12 Jan 2013 13:55:47 +0000 (22:55 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Sat, 12 Jan 2013 13:21:08 +0000 (22:21 +0900)]
[Title] fix risky defects
[Desc.] modify vmodem/server/server_rx_call.c, server_rx_gprs.c, server_rx_network.c, server_rx_phonebook.c, server_rx_ss.c, server_tx_call.c
Sooyoung Ha [Sat, 12 Jan 2013 09:22:12 +0000 (18:22 +0900)]
Merge branch 'master' into tizen_2.0
Conflicts:
packaging/vmodemd-emul.spec
Sooyoung Ha [Sat, 12 Jan 2013 09:18:36 +0000 (18:18 +0900)]
[Title] fix the memory and socket leak risk
[Desc.] modify vmodem/transport/transport_onedram.c
Sooyoung Ha [Sat, 12 Jan 2013 09:04:11 +0000 (18:04 +0900)]
version up for making commit
Sooyoung Ha [Sat, 12 Jan 2013 08:57:37 +0000 (17:57 +0900)]
[Title] fix risky codes.
[Desc.] modify lib/libsms/sms_tool.c, vmodem/db/db_ss.c, vmodem/server/client.c, server_common_network.c, server_common_security.c, server_common_ss.c
Sooyoung Ha [Thu, 10 Jan 2013 09:59:43 +0000 (18:59 +0900)]
[Title] fix Resource leak, Dereference before null check and Wrong sizeof argument
[Desc.] modify vmodem/db/db_security.c
Sooyoung Ha [Thu, 10 Jan 2013 09:50:56 +0000 (18:50 +0900)]
[Title] fix the Dereference before null check, Operands don't affect result
[Desc.] modify vmodem/at/at_rx_security.c, at_send.c, at_tx_sat.c
Sooyoung Ha [Thu, 10 Jan 2013 09:23:57 +0000 (18:23 +0900)]
[Title] fix the Resource leak
[Desc.] modify vmodem/at/at_func.c, at_msg.c
Sooyoung Ha [Thu, 10 Jan 2013 08:52:50 +0000 (17:52 +0900)]
[Title] fix the untrusted value as argument.
[Desc.] modify libvmodem/libvgsm_init.c, lxtutil.c
Sooyoung Ha [Thu, 10 Jan 2013 06:50:26 +0000 (15:50 +0900)]
Merge branch 'master' into tizen_2.0
Sooyoung Ha [Thu, 10 Jan 2013 06:23:23 +0000 (15:23 +0900)]
[Title] fix prevent defects on vmodem/server/server_rx_security.c
[Desc.] Resource leak and null check, uninitialize value
[Issue] Prevent CID 33410~2, 33917~9, 34046
Sooyoung Ha [Thu, 10 Jan 2013 03:22:25 +0000 (12:22 +0900)]
[Title] fix prevent defects on vmodem/sat/sat_util.c
[Desc.] Resource leak and null check
[Issue] Prevent CID 33406~9, 33827~33
Sooyoung Ha [Thu, 10 Jan 2013 02:47:07 +0000 (11:47 +0900)]
[Title] fix prevent defects on lib/libcommon/fileio.c, safestring.c
[Desc.] Resource leak and null check (regression on safestring.c)
[Issue] Prevent CID 38197~8, 33895~8
Sooyoung Ha [Wed, 9 Jan 2013 17:35:55 +0000 (02:35 +0900)]
Merge branch 'master' into tizen_2.0