Skip to content
Commit f561fdc5 authored by balakrishna's avatar balakrishna Committed by Gerrit - the friendly Code Review server
Browse files

BT: Fixing the rfc_slot_id overflow

Root cause:
overflow causing leak in slot fds.
As slot id 0 not valid, we are not able to release these fds later.

Fix:
Changes are made to avoid overflow while allocate rfc slots.

CRs-Fixed: 3417458
Change-Id: I5d7efa34bfb97a6dd8e9d68615d29120a0ae51f0
parent b93cc755
Please register or to comment