Vernon Mauery

Results 4 issues of Vernon Mauery

All the interfaces use a static struct ipmi_rs to capture a response. The struct has an embedded buffer that is a fixed size for all interfaces, regardless of the interface's...

bug

(originally posted as https://sourceforge.net/p/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...

bug

When I tried adding a print_parser for my custom parser, ultimately I had to add it before including parser.hpp like this: ``` namespace boost::parser { template struct custom_parser; namespace detail...

I have a usage where the symbols needs to be dynamic (add and remove). It is possible to remove them one by one to rebuild the symbols table, but it...