Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 268 by [email protected]: index wrong in memcached.c (version 1.4.13)
http://code.google.com/p/memcached/issues/detail?id=268

  /* Create threads after we've done all the libevent setup. */
    for (i = 0; i < nthreads; i++) {
        create_worker(worker_libevent, &threads[i]);
    }
the above code is located in memcached.c (version 1.4.13).

the i should start from 1, not 0, because threads[0] is the current thread.


Reply via email to