Actions
Bug #5145
closednfs: Integer underflow in NFS
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport, Needs backport to 5.0, Needs backport to 6.0
Description
Found by ClusterFuzzLite, then oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44185
The whole NFSv3 logic for writes seems wrong (like ts_chunk_left should always be 0, we do not know the final size of the file)
This is not about the full filesize, but only about the current chunk that we're processing.
Updated by Victor Julien over 2 years ago
- Subject changed from Integer underflow in NFS to nfs: Integer underflow in NFS
- Status changed from New to In Progress
- Private changed from Yes to No
Updated by Jeff Lucovsky over 2 years ago
- Copied to Bug #5149: nfs: Integer underflow in NFS added
Updated by Jeff Lucovsky over 2 years ago
- Copied to Bug #5150: nfs: Integer underflow in NFS added
Updated by Victor Julien over 2 years ago
- Status changed from In Progress to Closed
Updated by Philippe Antoine over 2 years ago
- Status changed from Closed to Assigned
Looks like it is not fixed cf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45094
Updated by Victor Julien over 2 years ago
Closing in favor of a new ticket #5280 to not confuse the backports process.
Updated by Victor Julien over 2 years ago
- Status changed from Assigned to Closed
Updated by Philippe Antoine over 2 years ago
- Related to Bug #5280: nfs: ASSERT: attempt to subtract with overflow (compound) added
Actions