Debian Patches

Status for sway/1.7-6

Patch Description Author Forwarded Bugs Origin Last update
0001-Install-zsh-completions-into-the-correct-directory.patch [PATCH] Install zsh completions into the correct directory Birger Schacht <birger@rantanplan.org> no 2020-01-22
0002-Modify-default-configuration-for-Debian.patch [PATCH] Modify default configuration for Debian Birger Schacht <birger@debian.org> no 2020-11-05
0003-Replace-strncpy-with-memcpy.patch [PATCH] Replace strncpy with memcpy
strncpy is useless here, is dangerous because it doesn't guarantee
that the string is NUL-terminated and causes the following warning:

../sway/criteria.c: In function ‘criteria_parse’:
../sway/criteria.c:712:25: error: ‘strncpy’ destination unchanged after copying no bytes [-Werror=stringop-truncation]
712 | strncpy(value, valuestart, head - valuestart);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Simon Ser <contact@emersion.fr> no 2022-05-11
0004-Swaynag-remove-buffer-destruction-condition.patch [PATCH] swaynag: remove buffer destruction condition
An address of a variable can never be NULL, so checking it doesn't make
sense; and `destroy_buffer()` can operate on already destroyed buffers
anyway.

Fixes #6780
Kirill Primak <vyivel@eclair.cafe> no 2022-01-23
0005-Backport-patch-for-pcre2.patch [PATCH] Backport pcre patch Birger Schacht <birger@debian.org> no 2022-09-09
0006-Backport-pcre2-criteria-checking.patch [PATCH] Updating criteria checking with PCRE2 Bill Li <billli11hkb@gmail.com> no 2022-03-14

All known versions for source package 'sway'

Links