Re: [SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-10-12 Thread Gerd Hoffmann
Hi, > Could you please cherry-pick that commit  > 1ef72ab2f89ae61dcdb3f01323bd0a7dc978c2b9 to the stable branch  > *origin/1.10-stable*? Done. I guess time for 1.10.3 (three commits since 1.10.2), which will most likely be the last 1.10.x stable release with 1.11 being just around the corner.

Re: [SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-10-12 Thread Paul Menzel
Dear Kevin, On 09/14/17 21:45, Kevin O'Connor wrote: On Mon, Sep 11, 2017 at 01:40:45PM -0400, Stefan Berger wrote: On 08/29/2017 02:45 PM, Kevin O'Connor wrote: On Thu, Aug 10, 2017 at 08:52:06PM +0200, Paul Menzel wrote: GCC 7.1 warns about a maybe uninitialized struct member. ```

Re: [SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-09-14 Thread Kevin O'Connor
On Mon, Sep 11, 2017 at 01:40:45PM -0400, Stefan Berger wrote: > On 08/29/2017 02:45 PM, Kevin O'Connor wrote: > > On Thu, Aug 10, 2017 at 08:52:06PM +0200, Paul Menzel wrote: > > > Dear SeaBIOS folks, > > > > > > > > > GCC 7.1 warns about a maybe uninitialized struct member. > > > > > > ``` >

Re: [SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-09-11 Thread Stefan Berger
On 08/29/2017 02:45 PM, Kevin O'Connor wrote: On Thu, Aug 10, 2017 at 08:52:06PM +0200, Paul Menzel wrote: Dear SeaBIOS folks, GCC 7.1 warns about a maybe uninitialized struct member. ``` src/tcgbios.c: In function 'tpm_interrupt_handler32': src/tcgbios.c:1232:30: warning: 'hleo.eventnumber'

Re: [SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-08-29 Thread Kevin O'Connor
On Thu, Aug 10, 2017 at 08:52:06PM +0200, Paul Menzel wrote: > Dear SeaBIOS folks, > > > GCC 7.1 warns about a maybe uninitialized struct member. > > ``` > src/tcgbios.c: In function 'tpm_interrupt_handler32': > src/tcgbios.c:1232:30: warning: 'hleo.eventnumber' may be used uninitialized > in

[SeaBIOS] GCC 7.1 warning in `tcgbios.c`: `'hleo.eventnumber' may be used uninitialized in this function`

2017-08-10 Thread Paul Menzel
Dear SeaBIOS folks, GCC 7.1 warns about a maybe uninitialized struct member. ``` src/tcgbios.c: In function 'tpm_interrupt_handler32': src/tcgbios.c:1232:30: warning: 'hleo.eventnumber' may be used uninitialized in this function [-Wmaybe-uninitialized] hleeo->eventnumber =