summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main_process.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-11-23 15:36:24 +0300
committerValentin Bartenev <vbart@nginx.com>2021-11-23 15:36:24 +0300
commitef1ebf96f300d9a2f487656ac827a9c166f57197 (patch)
tree69b72111f8b4b8d733f25d1f1fbe61b090fbeb3d /src/nxt_main_process.c
parent015610f12d915d0ac28498bbd871ad5c67fd9b24 (diff)
downloadunit-ef1ebf96f300d9a2f487656ac827a9c166f57197.tar.gz
unit-ef1ebf96f300d9a2f487656ac827a9c166f57197.tar.bz2
Fixed possible access to an uninitialized field.
The "recv_msg.incoming_buf" is checked after jumping to the "done" label if nxt_socket_msg_oob_get_fds() returns an error. Also moved initialization of "port_msg" near to its first usage. Found by Coverity (CID 373899).
Diffstat (limited to 'src/nxt_main_process.c')
0 files changed, 0 insertions, 0 deletions