julius
julius copied to clipboard
endt is not initialized in second pass
In file search_bestfirst_v1.c in line 596 endt is not initialized, which causes runtime exception in Windows in VS2013 in debug mode. However it works on Linux/Cygwin. This variable should be initialized to something. On Windows in release mode not initializing it leads to unpredictable decoding results.