influxdb/services/hh
Jason Wilder 7cf31a74cd Prevent out of memory range slices from being created
If the hinted handoff segment is corrupt, the size read could be
invalid and attempting to create a slice using that size causes
a panic.  Ideally, we'd have a checksum on the seqment record but
for now just return an error when the size is larger than the
segment file.

Fixes #3687
2015-08-17 10:48:01 -06:00
..
config.go Add hinted handoff max age and throughput rate limit config options 2015-06-05 22:16:51 -06:00
config_test.go Add hinted handoff max age and throughput rate limit config options 2015-06-05 22:16:51 -06:00
doc.go Add hinted handoff queue 2015-06-05 22:16:51 -06:00
limiter.go Add hinted handoff queue rate limiting 2015-06-09 14:46:13 -06:00
limiter_test.go Add hinted handoff queue rate limiting 2015-06-09 14:46:13 -06:00
processor.go Fix panic in hinted handoff processor 2015-08-06 14:06:41 -06:00
processor_test.go Add hinted handoff max age and throughput rate limit config options 2015-06-05 22:16:51 -06:00
queue.go Prevent out of memory range slices from being created 2015-08-17 10:48:01 -06:00
queue_test.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
service.go Make log statements more consistent 2015-08-13 10:01:42 -06:00