[PD-cvs] [git]pure-data branch master updated. bad23d54adb39725e371b710def7a8a97c97defb

Miller Puckette millerpuckette at users.sourceforge.net
Mon Jul 10 22:47:53 CEST 2017


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 "pure-data".

The branch, master has been updated
       via  bad23d54adb39725e371b710def7a8a97c97defb (commit)
       via  bd0c5941783ffc4486a248a169dd21240eff0a56 (commit)
       via  db317d7d354c9d6793a7226a16924149a321139b (commit)
       via  4cf4f369002ac4de41c83c61f4d472d2604fb9e4 (commit)
       via  c51e2c3d261f8dc5a4ce7cfaef09aed176fb56dc (commit)
       via  de9dbd773b68a9c8b7dec8d1d051da83f4f6f98f (commit)
       via  571654b4589886dc2f02a01a4c2d7909896ba55d (commit)
       via  3e6366d3308bc26e2a0a013e8697dfecc88683c7 (commit)
      from  17b9ec6dd141eb8eeb7c17d083ebe42fc2c43605 (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 bad23d54adb39725e371b710def7a8a97c97defb
Merge: 17b9ec6 bd0c594
Author: Miller Puckette <msp at ucsd.edu>
Date:   Mon Jul 10 13:47:32 2017 -0700

    Merge branch 'coverity-fixes'

commit bd0c5941783ffc4486a248a169dd21240eff0a56
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 11:24:16 2017 +0200

    Try a system-chosen random gui-port before giving up.
    
    if we have 20 instances of Pd running (or some other programs blocking
    ports 5400-5420), this will fall back to get some system assigned port.

commit db317d7d354c9d6793a7226a16924149a321139b
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 11:20:06 2017 +0200

    close gui-socket even if bind() failed
    
    CID:168316

commit 4cf4f369002ac4de41c83c61f4d472d2604fb9e4
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 10:59:45 2017 +0200

    pd~: free binbuf on scheduler teardown
    
    CID:74831

commit c51e2c3d261f8dc5a4ce7cfaef09aed176fb56dc
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 10:49:55 2017 +0200

    don't omit NULL-pointer check for OR clauses
    
    CID:74786,74836

commit de9dbd773b68a9c8b7dec8d1d051da83f4f6f98f
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 10:40:21 2017 +0200

    use strncat() when copying into fixed-sized buffers
    
    CID:74848

commit 571654b4589886dc2f02a01a4c2d7909896ba55d
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 10:32:05 2017 +0200

    sigmund~: ignore negative hopsize
    
    as they lead to infinite loops...
    we also do an early exit if hop-size is "0", as signmund_ilog(0) returns "-1", causing undefined behaviour when used in bitshifting.
    
    CID:74751

commit 3e6366d3308bc26e2a0a013e8697dfecc88683c7
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jul 3 10:04:19 2017 +0200

    Removed unused buffer allocation
    
    Closes: https://github.com/pure-data/pure-data/issues/26

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

Summary of changes:
 extra/pd~/pdsched.c       |  1 +
 extra/sigmund~/sigmund~.c | 11 +++++++++--
 src/g_editor.c            |  4 ++--
 src/m_atom.c              |  1 -
 src/m_binbuf.c            |  2 +-
 src/s_inter.c             | 19 ++++++++++++++-----
 6 files changed, 27 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list