Re: [hugin-ptx] libpano gcc 8 warnings

2018-09-23 Thread Gunter Königsmann
My advise is to replace the sprintf by an snprintf before the final release: snprintf requires an additional parameter that tells it how many bytes the buffer it is about to write into is long; using an ordinary sprintf always means you are risking needing to issue an security update because

Re: [hugin-ptx] libpano gcc 8 warnings

2018-09-23 Thread David W. Jones
On September 23, 2018 12:43:38 PM HST, Bruno Postle wrote: > > >On 23 September 2018 13:48:10 BST, Andreas Metzler wrote: >> >>building libpano with gcc 8 (instead of 7) triggers a couple of new >>warnings that might be interesting: >> >>parser.c: In function 'ReadImageDescription':

Re: [hugin-ptx] libpano gcc 8 warnings

2018-09-23 Thread Greg 'groggy' Lehey
On Sunday, 23 September 2018 at 23:43:38 +0100, Bruno Postle wrote: > > > On 23 September 2018 13:48:10 BST, Andreas Metzler wrote: >> >> building libpano with gcc 8 (instead of 7) triggers a couple of new >> warnings that might be interesting: >> >> parser.c: In function 'ReadImageDescription':

Re: [hugin-ptx] libpano gcc 8 warnings

2018-09-23 Thread Bruno Postle
On 23 September 2018 13:48:10 BST, Andreas Metzler wrote: > >building libpano with gcc 8 (instead of 7) triggers a couple of new >warnings that might be interesting: > >parser.c: In function 'ReadImageDescription': >parser.c:1854:38: warning: '%s' directive writing up to 65535 bytes >into a

[hugin-ptx] Re: libpano13-2.9.20 release candidate rc2 released

2018-09-23 Thread Andreas Metzler
On 2018-09-22 Bruno Postle wrote: > libpano13 is the PanoTools library for panoramic imaging. > A libpano13-2.9.20 rc2 tarball has been uploaded to sourceforge, this is > a release candidate for testing that may become the final release: [...] Helo, Build tests on Debian/experimental

[hugin-ptx] libpano gcc 8 warnings

2018-09-23 Thread Andreas Metzler
Hello, building libpano with gcc 8 (instead of 7) triggers a couple of new warnings that might be interesting: --- parser.c: In function 'ReadImageDescription': parser.c:1854:38: warning: '%s' directive writing up to 65535 bytes into a region of size 256 [-Wformat-overflow=]

[hugin-ptx] libpano - Typo fix

2018-09-23 Thread Andreas Metzler
Hello, find attached a trivial patch against libpano13-2.9.20 rc2, fixing two typos. Found by lintian, perhaps you can apply after the releas (or before?) TIA, cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time

Re: [hugin-ptx] libpano13-2.9.20 release candidate rc2 released

2018-09-23 Thread Bruno Postle
On 23 September 2018 00:18:48 BST, Terry Duell wrote: >On Sat, 22 Sep 2018 20:47:44 +1000, Bruno Postle wrote: > >> A libpano13-2.9.20 rc2 tarball has been uploaded to sourceforge, this is >> a release candidate for testing that may become the final release: > >I have just done some rudimentary