mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
This fixes several integer overflow problems in the POD parser, as well as fixing a returns-twice warning from GCC and integer truncation problems in SPA_FLAG_CLEAR and SPA_ROUND_DOWN_N. The integer overflows can result in a tiny POD being treated as a huge one, causing out-of-bounds reads. |
||
|---|---|---|
| .. | ||
| v0 | ||
| connection.c | ||
| connection.h | ||
| defs.h | ||
| local-socket.c | ||
| portal-screencast.c | ||
| protocol-footer.c | ||
| protocol-footer.h | ||
| protocol-native.c | ||
| test-connection.c | ||