Skip to content
  • Matthew Fernandez's avatar
    cgraph: remove 'itos' · edea9222
    Matthew Fernandez authored
    This function was unsafe to use in the way described. It relied on semantics
    that are not guaranteed under C99. That is, the lifetime extension of a struct
    member of an rvalue. This changes under C11 to something that would make this
    not problematic. But it is unlikely Graphviz will be able to migrate to C11 in
    the foreseeable future as MSVC is lacking C11 support.
    
    Gitlab: closes #2229
    edea9222
To find the state of this project's repository at the time of any of these versions, check out the tags.