• Show log

    Commit

  • Hash : 2cf48e13
    Author : Patrick Steinhardt
    Date : 2017-03-20T09:34:41

    config_file: check if section header buffer runs out of memory
    
    While parsing section headers, we use a buffer to store the actual
    section name. We do not check though if the buffer runs out of memory at
    any stage. Do so.