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.
- Re: [PATCH 1/2] secur32: Change scan_free_handle to print... Henri Verbeet
- Re: [PATCH 1/2] secur32: Change scan_free_handle to ... Florian Köberle