RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: lua                              Date:   29-Jun-2013 23:11:54
  Branch: rpm-5_4                          Handle: 2013062921115400

  Modified files:           (Branch: rpm-5_4)
    lua/local               lposix.c

  Log:
    - coverity #1040629

  Summary:
    Revision    Changes     Path
    1.14.4.3    +1  -1      lua/local/lposix.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: lua/local/lposix.c
  ============================================================================
  $ cvs diff -u -r1.14.4.2 -r1.14.4.3 lposix.c
  --- lua/local/lposix.c        29 Jun 2013 21:10:44 -0000      1.14.4.2
  +++ lua/local/lposix.c        29 Jun 2013 21:11:54 -0000      1.14.4.3
  @@ -3197,7 +3197,7 @@
   
   static int Ptcsetattr(lua_State *L)
   {
  -     struct termios t;
  +     struct termios t = {};
        int fd = luaL_checknumber(L, 1);
        int act = luaL_checknumber(L, 2);
        luaL_checktype(L, 3, LUA_TTABLE);
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to