CVS commit: xsrc/external/mit/xterm/dist

2023-06-19 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Jun 20 02:07:22 UTC 2023 Modified Files: xsrc/external/mit/xterm/dist: XTerm.ad fontutils.c graphics_sixel.c linedata.c misc.c ptyx.h resize.c scrollback.c xterm.h xterm.man Removed Files: xsrc/external/mit/xt

CVS commit: xsrc/external/mit/xterm/dist

2022-02-02 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Feb 3 01:59:24 UTC 2022 Modified Files: xsrc/external/mit/xterm/dist: graphics_sixel.c Log Message: apply upstream fix for CVE-2022-24130. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/xter

CVS commit: xsrc/external/mit/xterm/dist

2022-02-02 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Feb 3 01:59:24 UTC 2022 Modified Files: xsrc/external/mit/xterm/dist: graphics_sixel.c Log Message: apply upstream fix for CVE-2022-24130. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/xter

Re: CVS commit: xsrc/external/mit/xterm/dist

2021-05-16 Thread Roland Illig
16.05.2021 10:29:48 Robert Elz : > Actually, it isn't.  Consistency is good, > but correctness is better.  Both is better > still.  It is possible that unsigned long > is 32 bits, and size_t is 64, in which case > casting to unsigned long risks truncating > the value.  That might not be possible

Re: CVS commit: xsrc/external/mit/xterm/dist

2021-05-16 Thread Robert Elz
Date:Sun, 16 May 2021 16:32:55 +1000 From:Simon Burge Message-ID: <20210516063255.13f704e...@thoreau.thistledown.com.au> | Roland Illig wrote: | > therefore I did it this way, for consistency. | | Good reason :) Actually, it isn't. Consistency is good, but c

Re: CVS commit: xsrc/external/mit/xterm/dist

2021-05-15 Thread Simon Burge
Roland Illig wrote: > > 16.05.2021 04:30:06 Simon Burge : > > > Hi Roland, > > > > Would using "%zu" and reverting the cast be a better fix here? > > I had considered this as well but found another instance in the same > file where a size_t was fed to printf by casting it to unsigned long, > ther

Re: CVS commit: xsrc/external/mit/xterm/dist

2021-05-15 Thread Roland Illig
16.05.2021 04:30:06 Simon Burge : > Hi Roland, > > "Roland Illig" wrote: > >> Module Name:  xsrc >> Committed By: rillig >> Date:   Sat May 15 19:30:15 UTC 2021 >> >> Modified Files: >> >>   xsrc/external/mit/xterm/dist: misc.c >> >> Log Message: >> >> xterm: fix Clang build on i386 >> >> xsrc/e

Re: CVS commit: xsrc/external/mit/xterm/dist

2021-05-15 Thread Simon Burge
Hi Roland, "Roland Illig" wrote: > Module Name: xsrc > Committed By: rillig > Date: Sat May 15 19:30:15 UTC 2021 > > Modified Files: > > xsrc/external/mit/xterm/dist: misc.c > > Log Message: > > xterm: fix Clang build on i386 > > xsrc/external/mit/xterm/dist/misc.c:3250:47: error: