freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

FreeRADIUS - A multi-protocol policy server.

Results 174 freeradius-server issues
Sort by recently updated
recently updated
newest added

Like 1604607 and 1604626, this is an FNV hash, and Coverity complains about the multiplication by FNV_MAGIC_PRIME.

Catches an edge case of not filling `fr_rand_pool.randrsl` in a single `read()`. This version is simpler than our first attempt and consistent with #d5276a8, and I suspect it will also...

Since n_size is sometimes set to UINT_MAX, the size calculation in talloc_realloc() may overflow as written; ditto for the failure error message.

Coverity sees the initialization of `hash` and the multiplication by `FNV_MAGIC_PRIME` and points out that the product is too large for a `uint32_t`, but because the multiplication is done in...

`out` is assigned `NULL`, and for the parse-only case stays that way. Then `call_env_result()` is called, which doesn't dereference `out` in the parse-only case, but Coverity doesn't realize it and...

Add handling for Subject Alternative Name (SAN) URIs. These URIs can be used to inform authentication and authorization decisions by leveraging external device management services. For instance, device certificates might...