Alexander Udovichenko

Results 4 issues of Alexander Udovichenko

memcpy cannot be used, because memory region may overlap (the behavior is undefined). copy must be made byte by byte. Simple check with tgunzip: 1) set UZLIB_CONF_USE_MEMCPY to 1 2)...

triaged

`count` field contain garbage when no elements in object/array. When we try free this value we may free unallocated memory. This pull request fix this. Test code: ```c jfes_value_t json;...

### Description When I use second screen with vertical offset to primary, proposal window has wrong position (some times outside of screen, so not visible) Screen configuration: This happens regardless...

xo:linux
wait for review
xf:ui

## Description When hmac identity check is enabled according to [this](https://www.chatwoot.com/hc/user-guide/articles/1677587479-how-to-enable-identity-validation-in-chatwoot) I found out, that it checked twice. If `should_verify_hmac? -> true` then hmac checked in `before_action` and we don't...

stale