Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 14 May 2012 00:45:37 +0530
From: SAYANTAN DATTA <std2048@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Changes in common_opencl.c

Hi Magnum,

Multiple calls to opencl_init() funct is causing opencl compilation errors.
The root cause of the problem is char *kernel_source isn't freed each time
after the build program() funct . Also the cleanup_tiny_memory()  is only
called once at program exit. One solution is to use malloc() and free() for
allocating and deallocating *kernel_source. However if you have any better
solution then please post it.

Thanks,
Sayantan.

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.