squid icon indicating copy to clipboard operation
squid copied to clipboard

Cleanup IPC queue classes

Open yadij opened this issue 2 years 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

@yadij, this old PR is meant to fix several CodeQL failures that became "official" after #693 landed (commit 4cf4730). The PR branch has not seen any changes for almost a year AFAICT. Would you be able to finish this work in the foreseeable future? If you prefer for Factory to do the remaining cleanup, please let me know.

rousskov avatar Aug 31 '23 19:08 rousskov