Re: cppcheck 1.77 Segmentation fault (64-bit)

2017-01-26 Thread David Stacey
On 26/01/2017 02:56, Jim Reisert AD1C wrote: The latest version of cppcheck segment-faults. # cppcheck --enable=all -I include -I ../../library/include -I/usr/include/libxml2 \ --suppressions-list=dx4wupd.check \ --suppress=missingIncludeSystem --quiet \

[ANNOUNCEMENT] Updated: openssl-1.0.2k-1

2017-01-26 Thread Corinna Vinschen
ember 2016. Support for versions 0.9.8 and 1.0.0 ended on 31st December 2015. Those versions are no longer receiving security updates. References == URL for this Security Advisory: https://www.openssl.org/news/secadv/20170126.txt Note: the online version of the advisory may be updated

Re: /bin/sh is not really bash? [was: git stash damaged?]

2017-01-26 Thread Hans-Bernhard Bröker
Am 26.01.2017 um 11:52 schrieb Olivier FAURAX: I found a workaround by replacing: #!/bin/sh by: #!/bin/bash in the first line of /usr/libexec/git-core/git-submodule If that change has any effect, that leaves three main possibilities: 1) something broke or otherwise disabled your installed /bi

Re: /bin/sh is not really bash? [was: git stash damaged?]

2017-01-26 Thread Marco Atzeri
On 26/01/2017 15:20, cyg Simple wrote: On 1/26/2017 5:52 AM, Olivier FAURAX wrote: Le 20/01/2017 à 16:20, Brian Inglis a écrit : Also, the previous link says that "/bin/sh is really bash", but: $ /bin/sh --version $ /bin/bash --version GNU bash, version 4.3.48(8)-release (x86_64-unknown-cyg

Re: /bin/sh is not really bash? [was: git stash damaged?]

2017-01-26 Thread cyg Simple
On 1/26/2017 5:52 AM, Olivier FAURAX wrote: > Le 20/01/2017 à 16:20, Brian Inglis a écrit : >> Looks similar to mine except my group owner is Administrators. >> Only thing I can suggest is run admin/elevated bash then >> chgrp Administrators /usr/libexec/git-core/* >> using local language for A

/bin/sh is not really bash? [was: git stash damaged?]

2017-01-26 Thread Olivier FAURAX
Le 20/01/2017 à 16:20, Brian Inglis a écrit : Looks similar to mine except my group owner is Administrators. Only thing I can suggest is run admin/elevated bash then chgrp Administrators /usr/libexec/git-core/* using local language for Administrators and retest if that makes any differenc

gcc-6.3.0-1 regression: libstdc++6 DLL breaks exception handling

2017-01-26 Thread Christian Franke
After upgrading to gcc test version 6.3.0-1, C++ exception handling is broken if DLL version of new libstdc++6 is used. Testcase: $ uname -srvmo CYGWIN_NT-10.0-WOW 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 Cygwin or: CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ cygcheck -f /bi