Fix prevent issue 66/8466/1
authorwootak.jung <wootak.jung@samsung.com>
Thu, 27 Jun 2013 06:00:15 +0000 (15:00 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Tue, 20 Aug 2013 00:46:39 +0000 (09:46 +0900)
commit0233aad40302d897b80f238ed69ce4a93fef9170
tree0e8a8b3b58a1f339e2d43880b5dc54f2f8d10608
parent068ef45cc7f3e7073a5af738b59876f1c7ac0a48
Fix prevent issue

- src/sat_manager.c: incompatible_cast
Pointer "&text_len" points to an object whose effective type is "int"
(32 bits, signed) but is dereferenced as a narrower "unsigned short"
(16 bits, unsigned). This may lead to unexpected results depending
on machine endianness.

Change-Id: I6b85cabb16176df23e00280751920c6eef81c042
packaging/tel-plugin-dbus_tapi.spec
src/sat_manager.c