Searched refs:hijackReturn (Results 1 – 3 of 3) sorted by relevance
47 CompletableFuture<Boolean> hijackReturn = new CompletableFuture<>(); in testCVE_2022_20475() local56 hijackReturn.complete(true); in testCVE_2022_20475()73 hijackReturn.get(WAIT_MS, TimeUnit.MILLISECONDS); in testCVE_2022_20475()
63 final Semaphore hijackReturn = new Semaphore(0); in testCVE_2023_35669() local88 hijackReturn.release(); in testCVE_2023_35669()144 hijackReturn.tryAcquire(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testCVE_2023_35669()
63 final Semaphore hijackReturn = new Semaphore(0); in testCVE_2023_21131() local90 hijackReturn.release(); in testCVE_2023_21131()156 .that(hijackReturn.tryAcquire(TIMEOUT_MS, TimeUnit.MILLISECONDS)) in testCVE_2023_21131()