• G
    Make sure any ENGINE control commands make local copies of string · a6c6874a
    Geoff Thorpe 提交于
    pointers passed to them whenever necessary. Otherwise it is possible the
    caller may have overwritten (or deallocated) the original string data
    when a later ENGINE operation tries to use the stored values.
    
    Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
    Reviewed by: Geoff Thorpe
    PR: 98
    a6c6874a
hw_nuron.c 10.9 KB