Fix ASAN build error 78/273378/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061431 accepted/tizen/7.0/unified/hotfix/20221116.111049 accepted/tizen/unified/20220603.141308 submit/tizen/20220405.063948 submit/tizen/20220602.012031 tizen_7.0_m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 5 Apr 2022 06:32:13 +0000 (15:32 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 5 Apr 2022 06:32:15 +0000 (15:32 +0900)
commit7a2ba20275cf5f1872bd9cf7b52ae460e40687ae
tree44cda6eab117d79212404a32c2e0a4269090443b
parentb651ab7fd6ce59a3411320e40913e38bc0cfc413
Fix ASAN build error

error: 'strncpy' specified bound 108 equals destination size [-Werror=stringop-truncation]
258 |   strncpy(sau.sun_path, ads, sizeof(sau.sun_path));

Change-Id: Idc6af2ac15e88e60e2c25b837f56a0d7b104a917
lib/core-net/client/connect3.c