13 May
2013
13 May
'13
12:27 p.m.
Matthew Newton wrote:
Bug. src/main/xlat.c:1077 has:
if (isdigit(l[1])) break;
which stops looking for a module_name (e.g. "md5" if the first character after the : is a digit.
Yeah... that's hard to fix in 2.x. The code is rich in material plants like. (If you get my drift)
Fixed in 3.0 (see 4fd62ce9 22 August 2012).
And with test cases now! See src/tests/xlat.c Alan DeKok.