What version was this fixed in, we are using 6.1.3. I did not see any PredicateBuilder fixes in the release notes for 6.1.4.
PredicateDescription predicate = PredicateBuilder.Make(fieldName, FilterOperator.InList, list);
If there is a null item in the list, the query.Where(predicate) will throw a null reference exception