jaydio icon indicating copy to clipboard operation
jaydio copied to clipboard

A Java library to perform direct I/O in Linux, bypassing file page cache.

Results 5 jaydio issues
Sort by recently updated
recently updated
newest added

# Security Vulnerability Fix This pull request fixes either 1.) Temporary Directory Hijacking Vulnerability, or 2.) Temporary Directory Information Disclosure Vulnerability, which existed in this project. ## Preamble The system...

# Security Vulnerability Fix This pull request fixes either 1.) Temporary Directory Hijacking Vulnerability, or 2.) Temporary Directory Information Disclosure Vulnerability, which existed in this project. ## Preamble The system...

macro values may vary across OSes

Turned out flags might differ on some systems, should be a benign change

read(byte[] dst, int offset, int length) better to return int than void?