Fixed nbnxn FE list allocation issue
authorBerk Hess <hess@kth.se>
Wed, 16 Apr 2014 08:11:50 +0000 (10:11 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 23 Apr 2014 21:21:45 +0000 (23:21 +0200)
commit4b78099a74a38ab774ded5b15d98690d820e4e68
tree6eff9566e9ddf57099d13bf1a0d6d87fe8b81335
parente8cb68b14975a8d7f8a8461c06ff3e519f162d86
Fixed nbnxn FE list allocation issue

With free-energy calculations, the nbnxn search code could write
beyond the list bound, which could cause a segv.
Fixes #1474

Change-Id: I4c202fc14b04980f05ad1b3ea001732fdfaa9f00
src/gromacs/mdlib/nbnxn_search.c