2009/3/24 Florian Köberle <flor...@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.


Reply via email to