Items tagged: java (32)

Recent Commits to brotli:master

  • 06/06/2026 14:20

    fix(java): reject decoder push length exceeding input buffer capacity

    fix(java): reject decoder push length exceeding input buffer capacity
    
    DecoderJNI.Wrapper.push(int length) validated only length < 0. nativePush() stored input_length without an upper bound, and DecoderHandle did not retain the input buffer's allocation size, so new DecoderJNI.Wrapper(1).push(32) made BrotliDecoderDecompressStream read past the one-byte input allocation (heap out-of-bounds read).
    
    Add an upper-bound check in Wrapper.push(), and as defense in depth store the allocation size in DecoderHandle and reject oversized input_length in nativePush(). Add DecoderJNITest covering rejection and a valid round trip.
    Tags:

Recent Commits to styleguide:gh-pages

Recent Commits to brotli:master

Recent Commits to styleguide:gh-pages

Recent Commits to brotli:master

Recent Commits to styleguide:gh-pages

  • 25/04/2025 18:47

    java: update to latest

    java: update to latest
    
    Pull in changes:
    * Update the Style Guide to talk about text blocks.
    * Added External TODO style section in Java style guide.
    * Update camel-case to explain how to separate adjacent numeric words.
    * Adjust indentation of `// fall through` comments
    * Remove forward looking promises about the formatter
    * Updates to account for inline @return Javadoc tag.
    * Integrate JAKE Java 21 Documentation branch into mainline.
    * Remove exception from '6.2 Caught exceptions: not ignored' for tests
    * Add style guidance for `package-info.java` and `module-info.java` files.
    * Correct possibly confusing indentation of an ellipsis.
    
    PiperOrigin-RevId: 751565114
    Tags:

Recent Commits to brotli:master

Gnustavo's Favorite Links from Diigo

Recent Commits to brotli:master

Gnustavo's Favorite Links from Diigo

Pinboard (brandizzi)

Recent Commits to brotli:master

Pinboard (brandizzi)

Gnustavo's Favorite Links from Diigo

Pinboard (brandizzi)

Recent Commits to styleguide:gh-pages

Gnustavo's Favorite Links from Diigo

Pinboard (brandizzi)

Gnustavo's Favorite Links from Diigo

Log in