KC

Results 4 comments of KC

Hi team, Could you please take a look and confirm it at your earliest convenience? Thanks!

Hi team, Just wanted to follow up on this issue. As outlined, this bug has the potential to lead to program crashes due to buffer over-reads when handling specially crafted...

## Impact ```PyArg_ParseTuple``` will attempt to write a ```Py_ssize_t value``` into memory intended for a ```size_t```. This can lead to: Memory corruption if ```sizeof(Py_ssize_t)``` differs from ```sizeof(size_t)``` (potentially causing a...

Hi team, Could you please confirm the bug at your earliest convenience? Thank you.