Add exception handlings about a file descriptor 99/277099/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 30 Jun 2022 23:25:51 +0000 (08:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 30 Jun 2022 23:27:19 +0000 (08:27 +0900)
commit7b52a33eb78dad5de5c2f68f5983069ae51409cb
tree961afd4e066eba19faa05b603d64cb8271c0e473
parent0f1b6a14df1136de413535c3026ad512b2aa1042
Add exception handlings about a file descriptor

This patch checks whether the file descriptor is valid or not.
It the argument is the invalid fd, the function returns -EINVAL error.

Change-Id: I20172a1f04fa31b698b92f0cc5fa84388c6eccdb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_sock.cc