Fix prevent issue 64/8464/1
authorwootak.jung <wootak.jung@samsung.com>
Thu, 27 Jun 2013 01:43:46 +0000 (10:43 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Tue, 20 Aug 2013 00:46:39 +0000 (09:46 +0900)
commit068ef45cc7f3e7073a5af738b59876f1c7ac0a48
tree70a4986db889645288ee7e02ad67b52c7a156370
parentf4cb4c915dd964fd80952f6764294255a0fe6e4c
Fix prevent issue

- src/sap.c: overrun-local
Overrunning static array of size 0 bytes at byte position 0 by accessing
with pointer "&req_atr" through dereference in call to "memset(void *, int,
size_t)". (The dereference is assumed on the basis of the 'nonnull'
parameter attribute.)
packaging/tel-plugin-dbus_tapi.spec
src/sap.c