Change Log 7.6.18 - 7.6.19 (December 4, 2015)

From BOINC Wiki
Revision as of 16:44, 29 August 2016 by Jord (talk | contribs) (adding log, adding formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Preliminary Change Log 7.6.18 -> 7.6.19
  • use snprintf to prevent buffer overflow
  • client/Manager: show correct app version in multi-platform case.
The GUI RPC element for a result didn't include the platform name. So in cases where there were app versions with the same, version # and plan class (but different platforms) the Manager would just show the first one (e.g. the "executable file" item in Task Properties), which was not necessarily correct.

• fixes places missed with 52f494e • fixes CID 27968 found by Coverity

  • client: Fix crash bug introduced in commits f0df42e and 1618ce3: do not dlclose(cudalib) until after we are finished using the CUDA library. Also added corresponding FreeLibrary(cudalib) for MS Windows builds.