bneradt opened a new pull request, #10297:
URL: https://github.com/apache/trafficserver/pull/10297
Fix:
```
plugins/lua/ts_lua_transform.cc: In function ‘int
ts_lua_client_entry(tsapi::c::TSCont, tsapi::c::TSEvent, void*)’:
plugins/lua/ts_lua_transform.cc:136:28: error: ‘input_reader’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
136 | TSIOBufferReaderConsume(input_reader, input_avail);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
plugins/lua/ts_lua_transform.cc:62:20: note: ‘input_reader’ was declared here
62 | TSIOBufferReader input_reader;
| ^~~~~~~~~~~~
mv -f esi/.deps/esi_la-esi.Tpo esi/.deps/esi_la-esi.Plo
plugins/lua/ts_lua_transform.cc: In function ‘int
ts_lua_transform_entry(tsapi::c::TSCont, tsapi::c::TSEvent, void*)’:
plugins/lua/ts_lua_transform.cc:373:28: error: ‘input_reader’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
373 | TSIOBufferReaderConsume(input_reader, input_avail);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
plugins/lua/ts_lua_transform.cc:289:20: note: ‘input_reader’ was declared
here
289 | TSIOBufferReader input_reader;
| ^~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:6725: lua/tslua_la-ts_lua_transform.lo] Error 1
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]