Debian Patches
Status for yamdi/1.9-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 1000-hardening.patch | Adjusted build rule to accept hardening flags. Also drop unneeded suid root installation and avoid redundant building in clean target. |
xiao sheng wen <atzlinux@debian.org> | invalid | 2025-04-21 | ||
| 1010-strn-buffer-overflow.patch | Avoid potential buffer overflow in strncpy. The strncpy() method do not write a null byte at the end if the buffer is to small for the entire string, so ensure there is a null byte present using other means. This avoid the following compiler warning: yamdi.c:320:33: warning: ‘__builtin_strncpy’ specified bound 256 equals destination size [-Wstringop-truncation] 320 | strncpy(flv.options.creator, optarg, sizeof(flv.options.creator)); | ^ |
xiao sheng wen <atzlinux@debian.org> | invalid | 2025-04-21 |
