Add parameter check code 88/286188/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 15 Dec 2022 06:55:30 +0000 (15:55 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Dec 2022 02:08:57 +0000 (11:08 +0900)
commite19e3f4d1bfc167e5a49b5084c910dc0d65bb9a9
treed6f0e488797d4a80206c3d6fe239f466abc3bad7
parent7f647405f5c37eae39323f5b6d23855d9fe58f02
Add parameter check code

- Issue:
Some APIs describe that the API can return invalid parameter error, but
these APIs did not return invalid parameter error.

- Solution:
This patch adds parameter check code. Through this patch, some APIs will
return invalid parameter error if the parameter is not valid.

Change-Id: I1b6e24c31fc0c2aeeeb0930597d4e1069e33677b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/vc.c