Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetMessageByDcerpcError_largerThanAny (0.24 sec)

  1. src/test/java/jcifs/dcerpc/DcerpcExceptionTest.java

        /**
         * Test getMessageByDcerpcError() with an error code larger than any known.
         * The binary search implementation has a bug where it accesses array out of bounds.
         */
        @Test
        void testGetMessageByDcerpcError_largerThanAny() {
            int unknownCode = 0x7FFFFFFF; // Max int value
    
            // The current implementation has a bug in the binary search that causes ArrayIndexOutOfBoundsException
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top