Comment 12 for bug 1245562

Revision history for this message
Sean Burke (sburke) wrote :

I am concerned about the patch at

https://bugs.launchpad.net/libmemcached/+bug/1245562/+attachment/4131691/+files/fix-osx.diff

The change to memflush.cc appears to dereference a pointer that is possibly null:

- if (opt_servers == false)
+ if (*opt_servers != NULL)