freeradius-server
freeradius-server copied to clipboard
Deal with unlikely overflows in minmax_heap_extend() (CID #1604610)
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.