-
- Downloads
There was a problem fetching the pipeline summary.
Fix a memory leak caused by Banzai::Filter::SanitizationFilter
In Banzai::Filter::SanitizationFilter#customize_whitelist, we append three lambdas that has reference to the SanitizationFilter instance, which in turn (potentially) has a reference to the following chain: context hash -> Project instance -> Repository instance -> lookup hash -> various Rugged instances -> various mmap-ed git pack files. All of the above is not garbage collected because the array we append the lambdas to is the constant HTML::Pipeline::SanitizationFilter::WHITELIST.
Loading
-
Mentioned in commit aece6fc9
-
Mentioned in commit 9cc6a405
-
Mentioned in commit 5f60a3ca
-
Mentioned in commit 7baf5f5a
-
Mentioned in commit a6d60990
-
Mentioned in commit c58be596
-
Mentioned in merge request !6456 (merged)
-
Mentioned in commit 9b0f552c
-
Mentioned in commit 40262b7a
-
Mentioned in commit 0fe33f92
-
Mentioned in commit ca823aba
Please register or sign in to comment