Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for maxElements (0.05 seconds)

  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) {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 16.6K bytes
    - Click Count (0)
Back to Top