Describe the bug
There is a buffer overrun condition in src/plugins/open/open.c
The ipmi_dev2fs2 variable is too small by one byte.
IPMITOOL Version
Make sure you're reporting a bug in the latest code taken from master branch here, NOT a bug
that you've found in some version that you've got from your OS vendor or any source other than this repository.
ipmitool version 1.8.19.16.g81b8242
To Reproduce
Steps to reproduce the behavior:
- clangd reports 17 bytes are needed to store the formatted string. Only 16 are available.
Expected behavior
clangd will not report errors on the buffer.
Additional context
Add any other context about the problem here.
**Describe the bug**
There is a buffer overrun condition in src/plugins/open/open.c
The ipmi_dev2fs2 variable is too small by one byte.
**IPMITOOL Version**
Make sure you're reporting a bug in the latest code taken from `master` branch here, NOT a bug
that you've found in some version that you've got from your OS vendor or any source other than this repository.
```ipmitool version 1.8.19.16.g81b8242```
**To Reproduce**
Steps to reproduce the behavior:
1. clangd reports 17 bytes are needed to store the formatted string. Only 16 are available.
**Expected behavior**
clangd will not report errors on the buffer.
**Additional context**
Add any other context about the problem here.