Changed header to GPL version 2 only
The code was reading a HASH or DYNAMIC_ARRAY which may be uninited (difference from 5.0 is that those vars were always zeroed in 5.0 because were static globals, while they are new'd in 5.1).
Renamed Table_filter to Rpl_filter Eliminated very annoying memory leak