benjaminch / pricers

This library supports RTB development for Open RTB common price encryption in Golang.
GNU General Public License v3.0
8 stars 4 forks source link

Return error and avoid panic #15

Closed stokito closed 1 year ago

stokito commented 1 year ago

If the decoded size is less than 28 then the panic occurs. We may avoid it and return an error instead. The errors are pre-allocated to avoid a pressure to the garbage collector