• Julien Muchembled's avatar
    client: check type of 'oid' parameter when loading an object · ffecd4ae
    Julien Muchembled authored
    Since the switch to msgpack, there's no more type checking at protocol level
    and for example passing an integer would cause storage nodes to crash.
    
    But as shown here, the type checking of the old protocol was not always
    enough, because data structures at client side could anyway get wrong.
    ffecd4ae
app.py 44.7 KB