• E
    uml: avoid crash on partial read · 4acbb298
    Eric Blake 提交于
    Coverity detected a potential dereference of uninitialized memory
    if recvfrom got cut short.
    
    * src/uml/uml_driver.c (umlMonitorCommand): Validate complete read
    prior to dereferencing res.
    4acbb298
uml_driver.c 52.3 KB