- Add upstream patch that fixes three bugs in tac:

- remove sole use of sprintf in favor of stpcpy
  - don't misbehave with multiple non-seekable inputs
  - don't leak a file descriptor for each non-seekable input

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=132
This commit is contained in:
Philipp Thomas
2011-10-17 13:29:22 +00:00
committed by Git OBS Bridge
parent 8552bf4a4e
commit 2791e9e3ec
3 changed files with 233 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 17 15:25:21 CEST 2011 - pth@suse.de
- Add upstream patch that fixes three bugs in tac:
- remove sole use of sprintf in favor of stpcpy
- don't misbehave with multiple non-seekable inputs
- don't leak a file descriptor for each non-seekable input
-------------------------------------------------------------------
Fri Oct 14 16:51:48 CEST 2011 - pth@suse.de