Files
strongswan-ext/src/libimcv
Tobias Brunner 2dfc1ac1a8 pts: Fix potential crash when resolving symlinks
When the passed path was longer than the local buffer, while still
passing the `opendir()` call (e.g. `/\0` followed by padding), the access
via original chunk length to write a final `/` wrote outside of the
buffer.  The same could happen later when adding directory names because
`path_len` was based on that same length.

Fixes: 2ea1dac203 ("libimcv: Support symlinks introduced by usrmerge")
2026-07-24 08:47:37 +02:00
..
2022-05-26 17:37:43 +02:00