Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak mod_read() range check on packet code (CID #1419883?)
buffer[0] is used as index into fr_radius_packet_names[], so allowing FR_PACKET_CODE_MAX will fall off the end. This may placate coverity, but I believe it is needed in any case.
- Loading branch information