ayush00git commented on issue #3612:
URL: https://github.com/apache/fory/issues/3612#issuecomment-4311001038
@chaokunyang
Here's the failing output -
```bash
Running tool: /usr/local/go/bin/go test -test.fullpath=true -timeout 30s
-run ^TestUnsafePutVarUint32OOBWrite$ github.com/apache/fory/go/fory
--- FAIL: TestUnsafePutVarUint32OOBWrite (0.00s)
/home/ayush/contributions/apache/fory/go/fory/buffer_test.go:117:
backing[5] = 0x00 (overwritten, was 0xAB)
/home/ayush/contributions/apache/fory/go/fory/buffer_test.go:117:
backing[6] = 0x00 (overwritten, was 0xAB)
/home/ayush/contributions/apache/fory/go/fory/buffer_test.go:117:
backing[7] = 0x00 (overwritten, was 0xAB)
/home/ayush/contributions/apache/fory/go/fory/buffer_test.go:122:
UnsafePutVarUint32 wrote 3 byte(s) past Reserve(5)'s guaranteed region
(contract requires Reserve(8) per buffer.go:661)
FAIL
FAIL github.com/apache/fory/go/fory 0.003s
FAIL
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]