ngx_http_dyups_module icon indicating copy to clipboard operation
ngx_http_dyups_module copied to clipboard

improve potential memory access overflow risk for #104

Open cuber opened this issue 5 years ago • 0 comments

  1. because life cycle of cmcf is as long as the nginx worker, so updating this variable dynamically will case potential memory access overflow risk see the discussion alibaba/tengine#1133

  2. completely test for the modules below tengine/ngx_http_upstream_check_module tengine/ngx_http_upstream_consistent_hash_module

  3. seperate unit test cases files for different module

cuber avatar May 14 '19 06:05 cuber