comparison text/en/CHANGES-1.0 @ 487:2406529bc838

nginx-1.1.19, nginx-1.0.15
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 12 Apr 2012 13:23:53 +0000
parents 86d441d817dd
children
comparison
equal deleted inserted replaced
486:1bf933a9df8b 487:2406529bc838
1
2 Changes with nginx 1.0.15 12 Apr 2012
3
4 *) Security: specially crafted mp4 file might allow to overwrite memory
5 locations in a worker process if the ngx_http_mp4_module was used,
6 potentially resulting in arbitrary code execution (CVE-2012-2089).
7 Thanks to Matthew Daley.
8
9 *) Bugfix: in the ngx_http_mp4_module.
10
1 11
2 Changes with nginx 1.0.14 15 Mar 2012 12 Changes with nginx 1.0.14 15 Mar 2012
3 13
4 *) Security: content of previously freed memory might be sent to a 14 *) Security: content of previously freed memory might be sent to a
5 client if backend returned specially crafted response. 15 client if backend returned specially crafted response.