]> git.kaiwu.me - njs.git/commit
XML: fixed compilation with certain GCC versions.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 19 Oct 2023 01:36:00 +0000 (18:36 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 19 Oct 2023 01:36:00 +0000 (18:36 -0700)
commite21974eefc00e4e5959aaf49de42e982501c1e9e
treeb097a3fd5887c75616c5a92fe540308795162909
parentea2adb73cdd60ff51b79b3f129c561aa5377df9c
XML: fixed compilation with certain GCC versions.

external/njs_xml_module.c:541:16: error: 'name.length' may be used
uninitialized [-Werror=maybe-uninitialized]
  541 |             if (name.length != njs_strlen(node->name).
external/njs_xml_module.c