7.6.19

Aus BC-Wiki
Version vom 5. Dezember 2015, 22:11 Uhr von Rebirther (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „''' 7x''' * use snprintf to prevent buffer overflow * client/Manager: show correct app version in multi-platform case. The GUI RPC element for a resul…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

7x

  • 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.