uber-archive / statsrelay

A consistent-hashing relay for statsd and carbon metrics
Other
101 stars 28 forks source link

Also disallow statnames with slashes in them #53

Closed sloppyfocus closed 8 years ago

eklitzke commented 8 years ago

This uses BSD-specific functions. If you update this to use standard C/POSIX extensions I will accept this.

sloppyfocus commented 8 years ago

No

kobolog commented 8 years ago

JFYI, memmem(3) is POSIX-compliant and doesn't rely on null-termination.