Browse Source
dbi_conn_escape_string_copy() requires '\0'-terminated string. While that is currently the case for strings in http_auth_info_t, that will soon change, so consumers must use ai->username with ai->ulen, and ai->realm with ai->rlenmaster
1 changed files with 15 additions and 2 deletions
Loading…
Reference in new issue