f87a9ddc4a
Function strerror(errno) has built strings only for non-negative errno values.
for negative values of errno it describe error as "Unknown error -errno"
to be more descriptive i put string "channel not found" taken from header.
The negative argument will be interpreted as a very large unsigned value.
Coverity issue: 13266
Coverity issue: 13269
Fixes:
|
||
---|---|---|
.. | ||
channel_commands.h | ||
guest_channel.c | ||
guest_channel.h | ||
Makefile | ||
rte_power_acpi_cpufreq.c | ||
rte_power_acpi_cpufreq.h | ||
rte_power_common.h | ||
rte_power_kvm_vm.c | ||
rte_power_kvm_vm.h | ||
rte_power_version.map | ||
rte_power.c | ||
rte_power.h |