[Fix] limited the input taken by sscanf for ip and mac address 58/47358/1 accepted/tizen/mobile/20150910.025045 accepted/tizen/tv/20150910.025059 accepted/tizen/wearable/20150910.025115 submit/tizen/20150910.011355
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 2 Sep 2015 13:10:57 +0000 (18:40 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 2 Sep 2015 13:10:57 +0000 (18:40 +0530)
commitc03b5eab6a9ea57448564a2c5c196a3a7f51d3fd
tree7414dcfe9e4ed033cd4225453b86f617b74cce3d
parent0286dfb917bad740f47abdd6f38e16813053a8a3
[Fix] limited the input taken by sscanf for ip and mac address

Description: This patch also fixes some warinings as below:
1. assigned value of rv was over written in __ws_p2p_supplicant_start
and __ws_p2p_supplicant_stop funtions.
2. In _ws_reset_plugin the name of in variable was conflicting with
global variable g_pd, so replced g_pd in this funtion with f_pd
to differ between global and funtion param.

Change-Id: I29c231bf859736995b9c604bb7088be976406401
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c
src/wifi-direct-util.c