Skip to content
  • pompolic's avatar
    dbd4c703
    Fix UAF in gethash() · dbd4c703
    pompolic authored
    - Buffer returned by strtok() gets freed up by the next time it's called, so we need to strncpy() the contents out
    - changed strcpy() to strncpy()
    dbd4c703
    Fix UAF in gethash()
    pompolic authored
    - Buffer returned by strtok() gets freed up by the next time it's called, so we need to strncpy() the contents out
    - changed strcpy() to strncpy()
Loading