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:
parent
cd45ef8aeb
commit
864a5b43dd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue