msm: crypto: Fix integer over flow check in qce driver
Integer overflow check is invalid when ULONG_MAX is used, as ULONG_MAX has typeof 'unsigned long', while areq->assoclen, q_req->crytlen, and qreq.ivsize are 'unsigned int'. Make change to use UINT_MAX instead of ULONG_MAX. Change-Id: If2bb1900c07af1ea162da362c913d4880b0bc755 Signed-off-by: Zhen Kong <zkong@codeaurora.org> Signed-off-by: Pradosh Das <prados@codeaurora.org>
Loading
Please register or sign in to comment