Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/12/21 12:0 a.m.28 views

Incorrect Termination Condition

Lines of code Vulnerability details The provided termination condition if pos = size / 2 && pos = size is incorrect. This condition is not suitable for terminating the maxHeapify function. It should instead be based on comparing values in the heap to ensure the max heap property. The condition if...

7.2AI score
SaveExploits0
Rows per page
Query Builder