pkarashchenko commented on code in PR #7912: URL: https://github.com/apache/nuttx/pull/7912#discussion_r1051586990
########## net/local/local_bind.c: ########## @@ -58,43 +58,43 @@ int psock_local_bind(FAR struct socket *psock, unaddr != NULL && unaddr->sun_family == AF_LOCAL && addrlen >= sizeof(sa_family_t)); + if (addrlen <= sizeof(sa_family_t)) Review Comment: Ok, but anyway, thy `<=` here and not `<`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org