• J
    bridge: Fix potential segfault when preparing dnsmasq arguments · 6f42d325
    Jiri Denemark 提交于
    We add --dhcp-lease-max=xxx argument when network->def->nranges > 0 but
    we only allocate space for in the opposite case :-) I guess we are lucky
    enough to miscount somewhere else so that we actually allocate more
    space than we need since no-one has hit this bug so far.
    6f42d325
bridge_driver.c 55.7 KB