Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
10 contributions in the last year
Contribution activity
July 2020
wupco has no activity
yet for this period.
June 2020
Created an issue in winshining/nginx-http-flv-module that received 1 comment
[security] Potential stack overflow in `ngx_http_flv_live_connect_init`
漏洞点
ngx_memcpy(name, stream->data, stream->len);
name 定义为 u_char name[NGX_RTMP_MAX_NAME]; // #define NGX_RTMP_MAX_NAME 256, 如果stream 超过256字节,就会导致栈溢出
1
comment

