Marton Szasz created MINIFICPP-1470:
---------------------------------------
Summary: Avoid OOB indexing in ByteInputCallback
Key: MINIFICPP-1470
URL: https://issues.apache.org/jira/browse/MINIFICPP-1470
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Marton Szasz
There have been crash reports in debug builds on Windows. It seems to be caused
by taking the address of the element after the last one. This may be OK, but {{
&vec[n] }} should be replaced with {{ vec.data() + n }}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)