1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix command injection in api-server for HTTP callback. v5.0.157, v6.0.48

This commit is contained in:
panda 2023-06-05 16:29:36 +08:00 committed by winlin
parent 1545425e06
commit 1e43bb6b9f
3 changed files with 13 additions and 4 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define VERSION_REVISION 156
#define VERSION_REVISION 157
#endif