leverich / mutilate

Mutilate: high-performance memcached load generator
BSD 3-Clause "New" or "Revised" License
126 stars 69 forks source link

error in Generator.cc:58 #7

Open ennobler opened 9 years ago

ennobler commented 9 years ago

There is a bug in Generator.cc:58. if you specify -q without specifying -i "exponential" is passed to the generator function and a_ptr is null when it's passed to strtok() initially causing a segfault.