Get rid of exit() calls in OpenCL wrapper library with the goal to have a better...
authorJens Steube <jens.steube@gmail.com>
Sun, 10 Jul 2016 11:23:06 +0000 (13:23 +0200)
committerJens Steube <jens.steube@gmail.com>
Sun, 10 Jul 2016 11:23:06 +0000 (13:23 +0200)
commit6ba0eb8b39a90484c4831075a18cbf890b106efe
treec84cca9d2fc1c2e1853307b12ca40e39af48cdbb
parent3fa2d1091446d8253fe4549aedee58dd062f64ab
Get rid of exit() calls in OpenCL wrapper library with the goal to have a better control which error can be ignored under special circumstances
Note, not all return codes from some of the subfunctions are uset yet, it would be too much changes at once
This is a preparation for https://github.com/hashcat/hashcat/issues/416
docs/changes.txt
include/ext_OpenCL.h
src/ext_OpenCL.c
src/hashcat.c