[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-277-gdfa4b85

[email protected] (git version ctrl) Wed, 2 May 2012 16:18:33 +0200 (CEST)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN library and utilities".

The branch, socket has been updated
       via  dfa4b851efaf193bbc0e0eb6f0bc839039bbe776 (commit)
       via  0028a075005e0aba217ebe43742c790dcba73ac8 (commit)
       via  d129f9a2728a00f5b2c287984e7d0015ebe689f0 (commit)
      from  49271ab9d1f1de66931b5a58fb28ac318711c3c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfa4b851efaf193bbc0e0eb6f0bc839039bbe776
Author: Thomas Jarosch <[email protected]>
Date:   Fri Mar 30 11:16:18 2012 +0200

    No need to check unsigned variable for less than zero
    
    cppcheck reported:
    [lib/layer3/q931.c:429]: (style) Checking if unsigned variable 'screen' is less than zero.
    [lib/layer3/q931.c:455]: (style) Checking if unsigned variable 'screen' is less than zero.
    
    Signed-off-by: Thomas Jarosch <[email protected]>
    Signed-off-by: Karsten Keil <[email protected]>

commit 0028a075005e0aba217ebe43742c790dcba73ac8
Author: Thomas Jarosch <[email protected]>
Date:   Fri Mar 30 11:15:39 2012 +0200

    Fix file descriptor leak on error
    
    cppcheck reported:
    [capi20/faxl3.c:207]: (error) Resource leak: fd
    
    Signed-off-by: Thomas Jarosch <[email protected]>
    Signed-off-by: Karsten Keil <[email protected]>

commit d129f9a2728a00f5b2c287984e7d0015ebe689f0
Author: Thomas Jarosch <[email protected]>
Date:   Fri Mar 30 11:14:59 2012 +0200

    Fix wrong argument to sizeof() call inside memset()
    
    --Boundary-01=_TmXdPquVkL/6TeR
    Content-Type: text/plain;
      charset="us-ascii"
    Content-Transfer-Encoding: 7bit
    
    We were passing the pointer size instead of the structure size.
    
    cppcheck reported:
    [bridge/bridge.c:547]: (warning) Using size of pointer mISDNport instead of size of its data.
    
    Signed-off-by: Thomas Jarosch <[email protected]>
    Signed-off-by: Karsten Keil <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 bridge/bridge.c   |    2 +-
 capi20/faxl3.c    |    2 ++
 lib/layer3/q931.c |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
mISDN library and utilities