Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ubsan complaint about incorrect left-shift in generate_local_port()
The value of "n" used to calculate get the unique port within application is 10 bit. This change applies corresponding mask to n, prior to left-shifting it.
- Loading branch information