squid icon indicating copy to clipboard operation
squid copied to clipboard

Cleanup IPC queue classes

Open yadij opened this issue 1 year ago • 1 comments

Single memory area sizes and most container item counters should use size_t. This change resolves several integer overflow issues identified by CodeQL static analysis.

Also adjust a few declarations of touched classes to meet Squid coding style guidelines.

yadij avatar Oct 13 '22 00:10 yadij