Katie Holly
Katie Holly
Reproduction code: ```go iter := jsoniter.NewIterator(jsoniter.ConfigDefault).Reset(r) t := iter.WhatIsNext() ``` This would block forever in the `WhatIsNext` function because no internal `item.buf` was allocated during `Iterator.Reset()` and `Iterator.loadMore()` will just...
Unsure if this is usable to you or users of your library since it only works on newer Go versions due to the use of Generics but I figured creating...
A specially crafted response from a DoH server can cause store_cname to read data out of bounds: ASan stack trace: ``` ==3100859==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7f08f3f00d68 at pc 0x55b90efcb4e6...
line 608-610 have also been removed since they're technically redundant to line 601-602 the bug this pr should fix can be triggered by replying with the following dns reply: ```...
When the source function waits for a timeout to occur (say 10 seconds), there will be a gap on the output stream of 10 seconds then. To omit this, we...
This PR adds a connection hijacking feature, allowing for customized handling of a Redis connection instead of relying solely on the handler callback.
### Describe the bug When typing in the `Log query` input field in the VMUI for VictoriaLogs, the cursor position resets randomly during input, leading to mangled text. This issue...
### Is your feature request related to a problem? Please describe VictoriaLogs Web UI currently groups the hits graph by the `_stream` field without an option to change the grouping...
### Is your question request related to a specific component? VictoriaLogs ### Describe the question in detail For us, the documentation for VictoriaLogs is not clear enough on whether to...
During memory eviction, we may end up with a primary kv hash table that's below the 13% `MIN_FILL_PERCENT_SOFT`, but inside `resize()` for the kv table we check with `ht->type->resizeAllowed` whether...