stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
213 stars 112 forks source link

Make Attribute UpperBound a big.Int #343

Closed stmcginnis closed 4 months ago

stmcginnis commented 4 months ago

Some Dell systems have been found to return an UpperBound value that overflows an int64, causing unmarshalling errors. This makes the upper bould a big.Int to accomodate really large values.