ccsb-scripps / AutoDock-GPU

AutoDock for GPUs and other accelerators
https://autodock.scripps.edu
GNU General Public License v2.0
403 stars 110 forks source link

Fix for potential buffer overflow in results processing #210

Closed atillack closed 2 years ago

atillack commented 2 years ago

This PR removes fixed sized strings to address one possible buffer overflow for pdbqt lines longer than 255 characters (see issue #209)

diogomart commented 2 years ago

Looking good :) Merging!