-
- Downloads
lws_hdr_copy: ensure enough extra space
Audit all lws_hdr_copy() usages inside lws and make sure we take care about it failing. Also since the patch around aggregation of headers by ',', lws_hdr_copy() needs a little more space in the output buffer, adjust one place where that caused it to start failing in an exact-sized buffer.
Showing
- lib/core/service.c 1 addition, 2 deletionslib/core/service.c
- lib/roles/http/server/access-log.c 15 additions, 14 deletionslib/roles/http/server/access-log.c
- lib/roles/http/server/lws-spa.c 1 addition, 1 deletionlib/roles/http/server/lws-spa.c
- lib/roles/http/server/server.c 13 additions, 13 deletionslib/roles/http/server/server.c
- plugins/protocol_lws_status.c 4 additions, 4 deletionsplugins/protocol_lws_status.c
- test-apps/test-server.c 7 additions, 3 deletionstest-apps/test-server.c
Loading
Please register or sign in to comment