lp / ObjCHiredis

Hiredis with Objective-C Interface
162 stars 22 forks source link

problem of function "commandArgv" #14

Closed sunmouse closed 3 years ago

sunmouse commented 4 years ago

If use function "commandArgv" to execute command,probably crash by null pointer exception. Code line 234 in file ”ObjCHiredis.m“.Use "indexOfObject" can not get the right index,if the command array have diffrent items with same value.