0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::resource: Add stack canary on response frame.

This commit is contained in:
Jason Volk 2019-04-30 21:40:38 -07:00
parent cd45ef8aeb
commit 864a5b43dd

View file

@ -1237,6 +1237,7 @@ ircd::resource::response::access_control_allow_origin
{ "default", "*" }
};
__attribute__((stack_protect))
ircd::resource::response::response(client &client,
const http::code &code,
const string_view &content_type,