- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getBufferOverflowsPrevented (0.77 sec)
-
src/test/java/jcifs/util/ServerResponseValidatorTest.java
} catch (SmbException e) { // Expected } ServerResponseValidator.ValidationStats stats = validator.getStats(); assertTrue(stats.getBufferOverflowsPrevented() > 0); } @Test public void testIntegerOverflowPrevention() throws Exception { validator.resetStats(); // Trigger integer overflow prevention try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/util/ServerResponseValidator.java
return totalValidations; } public long getFailedValidations() { return failedValidations; } public long getBufferOverflowsPrevented() { return bufferOverflowsPrevented; } public long getIntegerOverflowsPrevented() { return integerOverflowsPrevented; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.6K bytes - Viewed (0)