Fix ASAN issue about wrong parameter size 68/205168/1 accepted/tizen/unified/20190502.051419 submit/tizen/20190430.054121
authorYu <jiung.yu@samsung.com>
Tue, 30 Apr 2019 02:01:57 +0000 (11:01 +0900)
committerYu <jiung.yu@samsung.com>
Tue, 30 Apr 2019 02:03:19 +0000 (11:03 +0900)
Change-Id: Ief69bfaf10cf78bbd4d1fad9c596070e35c5e96b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/capi-network-wifi-direct.spec
src/wifi-direct-client-proxy.c

index c80d881e42b560144a91e17701b1949890be573e..97253af2e8bbeb7c718b0b1c80d6fdc4f66e39b7 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:       capi-network-wifi-direct
 Summary:    Network WiFi-Direct Library
-Version:    1.2.100
+Version:    1.2.101
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0
index 98872ca818a2c0c50f2b747ebaabd7d2cb888701..44519fa194410f407bb81b608c4b10873330c50d 100755 (executable)
@@ -3496,7 +3496,7 @@ int wifi_direct_is_autoconnection_mode(bool *mode)
 
        GError* error = NULL;
        GVariant *reply = NULL;
-       bool val = FALSE;
+       gboolean val = FALSE;
        int ret = WIFI_DIRECT_ERROR_NONE;
 
        if (g_client_info.is_registered == false) {