]> git.sesse.net Git - vlc/commit
HTTP access: validate user agent string
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 29 May 2010 15:57:33 +0000 (18:57 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 29 May 2010 15:57:33 +0000 (18:57 +0300)
commit2656ae56c83d87634ba5a137f118c04570ec8052
tree088562cf96406e82713ef5255e60a0ad6dff6195
parentf1dac78a4a5b3fa3f081f8ee29b1abdf27d20fca
HTTP access: validate user agent string

First, we should not let user shoot themselves in the foot. But most
importantly, we need to validate the string as it is marked as a safe
option (especially CRLF there could be disastrous).
modules/access/http.c