• Show log

    Commit

  • Hash : 2424e64c
    Author : Carlos Martín Nieto
    Date : 2018-02-28T12:06:02

    config: harden our use of the backend objects a bit
    
    When we create an iterator we don't actually know that we have a live config
    object and we must instead only rely on the header. We fixed it to use this in a
    previous commit, but this makes it harder to misuse by converting to use the
    header object in the typecast.
    
    We also guard inside the `config_refresh` function against being given a
    snapshot (although callers right now do check).