nsf

Clone Tools
  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added "pure" declarations

removed null test after dereferences, avoid potentail null dereferences in error cases

removed null test after dereferences

improve code safety and remove dead statement

get rid of warning of static checker, reduce number of returns before end of function

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

minor code cleanup

add asserts

Continued work in changelog and announcement (still WIP) [skip ci]

fix memory leak on "hyper-volatile" objects. it seems, we have to set the _is_autonamed flag in advance of obj initialization

addressing coverty defect 337829 (dereference before null check)

make spelling more consitent

fix typo

Provide a more conservative change for setting autonamed flag

provide more context info when the version mismatch test fails

remove "-Wabi" for standard intense checking - more troubles then benefits

Improve consistency of naming nsf objects

* nsf.c (NsfCCreateMethod): Fix access of potentially freed object to set the autonamed property (indicated by valdgrind). When destroyed and cleaned during DoObjInitialization, "newObject" will remain as a dangling pointer. Besides, setting the property before DoObjInitialization will make the object property available from within the initcmd or init method.

* nsf.c (NsfProcStubDeleteProc): Plug leakage of command structure (found by valgrind)

Add changelog and announcement files (WIP) [skip ci]

    • -0
    • +630
    /ChangeLog-2.2.0-2.3.0.log
muniro formatting changes

Cherry pick fixes on build runner from master

Provide 2.2 builds on Appveyor

Use maintenance branch for 2.2, to fulfil presence requirements of build descriptor

Provide for 2.2.0 builds, and fix allowed failures

Deploy mode for Appveyor builds

Add missing install instruction [skip travis]

Fix yaml [skip travis]

Fix yaml [skip travis]

Fix yaml [skip travis]