tasen / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

MORPH_BC not thread-safe #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MORPH_BC variable is a global variable in morph.c which is not constant, 
rendering any 
functions using this variable not thread-safe.

Original issue reported on code.google.com by autoph...@gmail.com on 23 Jun 2009 at 10:57

GoogleCodeExporter commented 8 years ago
The chance of getting into trouble with two threads that use different b.c.
is essentially zero -- I can't imagine it happening in any use of the library.

Original comment by dan.bloo...@gmail.com on 25 Sep 2009 at 8:18