Skip to content

Commit

Permalink
add -p1 to patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jan 22, 2025
1 parent a55a541 commit ada25ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skippy-xd/skippy-xd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BuildRequires: giflib-devel
Skippy-xd is a lightweight, window-manager-agnostic window selector on X server. With skippy, you get live-preview on your alt-tab motions; you get the much coveted expose feature from Mac; you get a handy overview of all your virtual desktops in one glance with paging mode.

%prep
%autosetup -n %{name}-cb14e598431b93f46073256f603cfd0e6f20e517
%autosetup -n %{name}-cb14e598431b93f46073256f603cfd0e6f20e517 -p1

%build
make
Expand Down
6 changes: 6 additions & 0 deletions packages/skippy-xd/uninitialized-vars.diff
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
commit 71c88f294b1e95327fb8b01c63d14654014b9f9b
Author: Adam Fidel <[email protected]>
Date: Wed Jan 22 07:25:26 2025 -0600

Fix buffer overrun caused by uninitialized variable

diff --git a/src/skippy.c b/src/skippy.c
index d8e7dac..f97d05d 100644
--- a/src/skippy.c
Expand Down

0 comments on commit ada25ea

Please sign in to comment.