/[packages]/cauldron/xsel/current/SOURCES/xsel-1.2.0-fix-buffer-overflow.patch
ViewVC logotype

Annotation of /cauldron/xsel/current/SOURCES/xsel-1.2.0-fix-buffer-overflow.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1549244 - (hide annotations) (download)
Sat Feb 22 07:21:07 2020 UTC (3 years, 9 months ago) by daviddavid
File size: 388 byte(s)
- add fedora patches to fix build

1 daviddavid 1549244 --- xsel-1.2.0/xsel.c~ 2019-02-13 13:23:06.933869121 +0000
2     +++ xsel-1.2.0/xsel.c 2019-02-13 13:24:28.998706282 +0000
3     @@ -79,7 +79,7 @@
4     static Boolean no_daemon = False;
5    
6     /* logfile: name of file to log error messages to when detached */
7     -static char logfile[MAXFNAME];
8     +static char logfile[MAXFNAME+1];
9    
10     /* fstat() on stdin and stdout */
11     static struct stat in_statbuf, out_statbuf;

  ViewVC Help
Powered by ViewVC 1.1.28