Open AlexanderAmelkin opened 7 years ago
Here is a patch that fixes the problem by allowing larger cmd and response buffers for raw.
Original comment by: vmauery
See my comments to [ipmitool/source/merge-requests/18]
Original comment by: Alexander Amelkin
Original comment by: Alexander Amelkin
Reported by: vmauery Original Ticket: ipmitool/bugs/497
I am trying to run a raw command against a BMC that returns ~3kB of data. This crashes ipmitool. Upon inspection of the code, it is clearly a buffer overrun due to the max buffer allocated by raw being 256.