scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

frame: cqlvalue, added missing length checks in AsX methods #288

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

This PR adds the missing length checks mentioned in #277, both if there are too few and too many bytes in the binary representation of CqlValue

Fixes #277