24 Mar
2009
24 Mar
'09
7:30 a.m.
2009/3/24 Florian Köberle <florian(a)fkoeberle.de>:
+ if (handle_idx < 0 || handle_idx >= schan_handle_count)
handle_idx can't be < 0 because it's unsigned. Printing an ERR if the handle is out of range is probably ok, but I think crashing is better than just returning NULL.