• Nils Goroll's avatar
    Fix a newly introduced lifetime violation · a6c13064
    Nils Goroll authored
    TOSTRAND() creates a pointer with temporary lifetime which we must not
    access outside of the expression where it is created.
    
    Incidentally, this is what I had before a polish with good intentions,
    which, as we all know, are not enough.
    
    Noticed by Geoff, thank you
    
    Ref ISO/IEC 9899:2018 §6.2.4 (8)
    Ref 0c96fc65
    a6c13064
vmod_vtc.c 11.3 KB