lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. cac4e7fd97


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. cac4e7fd9737c3b4d0cedff111bbc8e61afbcb34
Date: Wed, 10 Feb 2016 21:08:37 +0000

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 "UNNAMED PROJECT".

The branch, master has been updated
       via  cac4e7fd9737c3b4d0cedff111bbc8e61afbcb34 (commit)
       via  9c93dda56c8670628f21999c245bc93568bc881a (commit)
       via  256648e7f5b7b93558f89ba18a8c546412151895 (commit)
       via  93e2c59268138d23cbc20472d17ae0cf77a8580b (commit)
       via  f9384a9fdf50738c70818f4429dbc3b253827514 (commit)
       via  25251b9d361e0077b91cab075c20749bbb0e4064 (commit)
       via  190a2e1407ad6368114351a7a2a714bd77a84b62 (commit)
       via  83ffb5e32c4a542cfeb03331247bcfecd725107b (commit)
       via  9d41f24a1ff711485e3cda2f6b440fe407a5f279 (commit)
      from  df742d0151ee8035990194589e649f651cb54352 (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 cac4e7fd9737c3b4d0cedff111bbc8e61afbcb34
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 22:05:35 2016 +0100

    simhost.c: Fix possible unterminated string (strncpy). Found by Coverity.

commit 9c93dda56c8670628f21999c245bc93568bc881a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 22:05:03 2016 +0100

    tapif.c: Fix possible unterminated string (strncpy) for all #ifdefs. Found 
by Coverity.

commit 256648e7f5b7b93558f89ba18a8c546412151895
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 22:02:13 2016 +0100

    tapif.c: Fix possible unterminated string (strncpy). Found by Coverity.

commit 93e2c59268138d23cbc20472d17ae0cf77a8580b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:52:56 2016 +0100

    sio.c: Fix ignored fcntl() return values. Found by Coverity.

commit f9384a9fdf50738c70818f4429dbc3b253827514
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:47:34 2016 +0100

    tcpecho_raw.c: Fix identical code for different branches. Found by Coverity.

commit 25251b9d361e0077b91cab075c20749bbb0e4064
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:46:07 2016 +0100

    tunif.c: Fix ignoring error return values from read(). Found by Coverity.

commit 190a2e1407ad6368114351a7a2a714bd77a84b62
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:41:43 2016 +0100

    smtp: Cleanup code to save an assert and let Coverity analyze the code 
correctly

commit 83ffb5e32c4a542cfeb03331247bcfecd725107b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:18:30 2016 +0100

    unixif.c: Fix unsafe string copying (found by Coverity)

commit 9d41f24a1ff711485e3cda2f6b440fe407a5f279
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:07:16 2016 +0100

    sio.c: Fix partially uninitialized struct members (found by Coverity)

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

Summary of changes:
 apps/smtp/smtp.c                  |    7 +++----
 apps/tcpecho_raw/tcpecho_raw.c    |    7 -------
 ports/unix/netif/sio.c            |   21 ++++++++++++++++++---
 ports/unix/netif/tapif.c          |    5 +++--
 ports/unix/netif/tunif.c          |   10 ++++++----
 ports/unix/netif/unixif.c         |    6 ++++--
 ports/unix/proj/unixsim/simhost.c |    1 +
 7 files changed, 35 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]