-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of empty second copy of PropertySeq
This changes the handling of PropertySeq and BinaryPropertySeq to always return the latest one in the message. Without this change a second (or later) empty sequence would be ignored, but a second (or later) non-empty sequence would be returned. The memory is initialised to an empty sequence on allocation, so it doesn't affect the behaviour for the first copy. This matters insofar as being consistent with some other deserialization functions matters. Signed-off-by: Erik Boasson <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters