Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue_670
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY authored Aug 6, 2024
2 parents bf0771a + 3db7bcf commit 6c79c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/decoder/optdec/native.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func (p *Parser) parse() ErrorCode {
}

// check OoB here
println("retyru origin json is ", p.Json)
offset := p.nbuf.ncur - p.nbuf.nstart
curLen := offset / unsafe.Sizeof(node{})
if curLen != uintptr(len(p.nodes)) {
Expand Down

0 comments on commit 6c79c54

Please sign in to comment.