From 06b1b48e7a9dbb2684abd9658c6b257065af4761 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 11 Dec 2019 11:58:09 +0800 Subject: [PATCH] Fix #1229, vsnprintf security issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 064652468..1efa2d29d 100755 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ For previous versions, please read: ## V3 changes -* v3.0, 2019-12-11, For [#1229][bug #1229], fix the security risk in logger. 3.0.69 +* v3.0, 2019-12-11, Fix [#1229][bug #1229], fix the security risk in logger. 3.0.69 * v3.0, 2019-12-11, For [#1229][bug #1229], fix the security risk in HDS. 3.0.69 * v3.0, 2019-12-05, Fix [#1506][bug #1501], support directly turn FLV timestamp to TS DTS. 3.0.68 * v3.0, 2019-11-30, [3.0 alpha3(3.0.67)][r3.0a3] released. 110864 lines.