Github user echobravopapa commented on a diff in the pull request:

    https://github.com/apache/geode-native/pull/48#discussion_r104766406
  
    --- Diff: src/cppcache/include/geode/DataOutput.hpp ---
    @@ -378,9 +378,8 @@ class CPPCACHE_EXPORT DataOutput {
          */
       inline void writeFullUTF(const char* value, uint32_t length = 0) {
         if (value != NULL) {
    -      int32_t len = getEncodedLength(value, length);
    -      uint16_t encodedLen = static_cast<uint16_t>(len > 0xFFFF ? 0xFFFF : 
len);
    --- End diff --
    
    what was the corner case impact of this line?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to