szaszm commented on issue #731: MINIFICPP-1096 fix BackTrace, OOB indexing, tests, appveyor reporting URL: https://github.com/apache/nifi-minifi-cpp/pull/731#issuecomment-584241910 backwards compatibility notes: The OOB indexing issue resolution means a backwards compatibility breakage because previously we incorrectly expected only the read buffer `capacity()` to be sufficient (and proceeded to write to the reserved but not allocated memory) but with this PR the new requirement is sufficient `size()`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
