mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-13 12:40:19 +01:00
Some special characters like '\v' are encoded using 6 characters, which currently does not work because the VLA size asumes a maximum of 4 characters per encoded special character. This patch refactors this logic to avoid using VLAs at all and encodes the string directly into the builder. See #471 |
||
|---|---|---|
| .. | ||
| core.c | ||
| dbus.c | ||
| endpoint.c | ||
| factory.c | ||
| meson.build | ||
| metadata.c | ||
| object-interest.c | ||
| object-manager.c | ||
| properties.c | ||
| proxy.c | ||
| session-item.c | ||
| spa-json.c | ||
| spa-pod.c | ||
| spa-type.c | ||
| state.c | ||
| transition.c | ||