#60 FB_Payload: The shuffling of values uses one more byte than it need to

closed
None
2020-10-02
2020-10-02
i-campbell
No

In FB_Payload.ReencodeLengthDelimited, it shuffles a byte array along a few bytes.
However, it shuffles one more byte than it should.
This is only an issue, if the calling method gives you only exactly the same number of bytes as the payload.
Solution: change the move so it doesn't move unnecessary bytes. Probably lines 7 and 9.

Related

Tickets: #61

Discussion

  • i-campbell

    i-campbell - 2020-10-02

    resolved in trunk with r372

     
  • i-campbell

    i-campbell - 2020-10-02
    • labels: Payload -->
    • status: open --> closed
     

Log in to post a comment.