You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/10 17:37:06 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on issue #731: MINIFICPP-1096 fix BackTrace, OOB indexing, tests, appveyor reporting

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:
users@infra.apache.org


With regards,
Apache Git Services