Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Do not leave UniValue object in broken state when read(..) fails #39

Closed
wants to merge 1 commit into from

Commits on May 26, 2017

  1. Do not leave UniValue object in broken state when read(..) fails

    This prevents the creation of broken UniValue objects when returning
    from read().
    
    Objects that e.g. have .keys and .values of different size might be
    created, which would then trigger an exception when serialized.
    awemany committed May 26, 2017
    Configuration menu
    Copy the full SHA
    bf38102 View commit details
    Browse the repository at this point in the history