3 Commits

Author SHA1 Message Date
Josh Blum
3f5e373ee4 replace off_t with size_t to match system pointer size
I was having an issue with size of off_t on a multi-gigabit file.
This may have been related to long being a signed 32 bits on MSVC.
But I think there is good reason to use size_t here in general:

https://stackoverflow.com/questions/10634629/what-are-the-usage-differences-between-size-t-and-off-t
2017-11-25 16:06:08 -06:00
Eoin Mcloughlin
23490a0954 Fixing use-after-free resulting in heap corruption 2016-12-06 21:43:16 +00:00
Mike Walters
2d38c6b3c4 plots: Don't use GR for threshold 2016-06-11 13:39:19 +01:00