tpl: Fix panic in pairList.Less
authorCameron Moore <moorereason@gmail.com>
Wed, 30 Mar 2016 01:50:54 +0000 (20:50 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 2 Apr 2016 21:01:36 +0000 (23:01 +0200)
commitd15fda500028c05fde2aa28ea53868eec01140f6
treefbfede9a9f8107c9f89366ff227e9728061a0130
parent7d5c9fbf44ad9f2fd5baed405f79f2b132dd9178
tpl: Fix panic in pairList.Less

While sorting on data sources with missing fields, a panic can occur in
pairList.Less if `Interface()` is called on a invalid `reflect.Value`.
This commit detects an invalid Value and replacing it with a zero value
for the comparison.
tpl/template_funcs.go
tpl/template_funcs_test.go