Skip to content
  • deuce's avatar
    Use safe_snprintf() instead of snprintf() · c6bf5925
    deuce authored
    Use sizeof() instead of explicit sizes where appropriate
    Expand buffers to MAX_REQUEST_LINE+1 to allow for the terminator
    Made char buf[] a magic bumber size since it has nothing to do with headers
    and is in facta binary buffer, not a string buffer.
    c6bf5925