Home
last modified time | relevance | path

Searched hist:"9 d4b5ca7" (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libssl/
H A Dbytestring.h9d4b5ca7 Thu Jun 18 23:25:07 GMT 2015 doug <doug@openbsd.org> Extend the input types for CBB_add_*() to help catch bugs.

While the previous types were correct, they can silently accept bad data
via truncation or signed conversion. We now take size_t as input for
CBB_add_u*() and do a range check.

discussed with deraadt@
input + ok jsing@ miod@
H A Dbs_cbb.c9d4b5ca7 Thu Jun 18 23:25:07 GMT 2015 doug <doug@openbsd.org> Extend the input types for CBB_add_*() to help catch bugs.

While the previous types were correct, they can silently accept bad data
via truncation or signed conversion. We now take size_t as input for
CBB_add_u*() and do a range check.

discussed with deraadt@
input + ok jsing@ miod@