Skip to content

BufferedFileChannelInputStream now clears its direct memory byte buffer

c1184e0
Select commit
Loading
Failed to load commit list.
Draft

Experiments #819

BufferedFileChannelInputStream now clears its direct memory byte buffer
c1184e0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 31, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 135 in src/main/java/org/apache/commons/io/input/BoundedReader.java

See this annotation in the file changed.

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High

Implicit cast of source type long to narrower destination type
int
.