mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Fixed bugs in ipmi_ek_display_chassis_info_area(), ipmi_ek_display_product_info_area(), and ipmi_ekanalyzer_fru_file2structure() where fread was being called to read one byte of data into a int or long data type. This would result in the value being byte swapped since the byte was read into the most significant byte of the int (ie byte 0) on big endian machines. Commit for Dan Gora
Description
An open-source tool for controlling IPMI-enabled systems
5 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%