Home
last modified time | relevance | path

Searched hist:"37 e80bc6" (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/iked/
H A Dimsg_util.c37e80bc6 Tue May 30 08:41:15 GMT 2023 claudio <claudio@openbsd.org> Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
method but instead of overwriting ibuf internals replace the buf a level up.
Users of ikev2_msg_send() are not allowed to hold and reuse a pointer to
msg_data (which is another footgun to disarm at some point).
OK tb@
H A Dikev2_msg.c37e80bc6 Tue May 30 08:41:15 GMT 2023 claudio <claudio@openbsd.org> Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
method but instead of overwriting ibuf internals replace the buf a level up.
Users of ikev2_msg_send() are not allowed to hold and reuse a pointer to
msg_data (which is another footgun to disarm at some point).
OK tb@
H A Diked.h37e80bc6 Tue May 30 08:41:15 GMT 2023 claudio <claudio@openbsd.org> Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
method but instead of overwriting ibuf internals replace the buf a level up.
Users of ikev2_msg_send() are not allowed to hold and reuse a pointer to
msg_data (which is another footgun to disarm at some point).
OK tb@