Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxElements (0.04 sec)

  1. src/main/java/jcifs/util/ServerResponseValidator.java

         *
         * @param size array size to allocate
         * @param elementSize size of each element
         * @param maxElements maximum allowed elements
         * @throws SmbException if allocation would be too large
         */
        public void validateArrayAllocation(int size, int elementSize, int maxElements) throws SmbException {
            totalValidations.incrementAndGet();
    
            if (size < 0) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top