|
|
|
|
|
by swixmix
2251 days ago
|
|
the typical buffer overflow would have been caught by OpenBSD's protective malloc. > [...] OpenSSL adds a wrapper around malloc & free so
that the library will cache memory on it's own, and not free it to the protective malloc. [...] So then a bug shows up which leaks the content of memory mishandled by
that layer. [...] https://marc.info/?l=openbsd-misc&m=139698608410938&w=2 |
|