Skip to content
  • Thomas Haller's avatar
    core: don't use static buffer for nm_utils_ip4_property_path() · 6e01238a
    Thomas Haller authored
    and nm_utils_ip6_property_path(). The API with static buffers
    looks a bit nicer. But I think they are dangerous, because
    we tend to pass the buffer down several layers of the stack, and
    it's not immediately clear, that we don't overwrite the static
    buffer again (which we probably did not, but it's hard to verify
    that there is no bug there).
    6e01238a