go-datastructures icon indicating copy to clipboard operation
go-datastructures copied to clipboard

Cache: nil pointer dereference

Open turboezh opened this issue 8 years ago • 0 comments

Hi. https://github.com/Workiva/go-datastructures/blob/6e483a429c7b8d45d5487bcad780d0caa3a82146/cache/cache.go#L156 c.keyList.Back() returns nil if the list is empty.

turboezh avatar Feb 22 '17 12:02 turboezh