Bug 14081

Summary: libbb: treat SIZE_MAX read requests
Product: Busybox Reporter: Samanta Navarro <ferivoz>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Samanta Navarro 2021-08-07 12:03:21 UTC
The xread function must be able to differentiate between an incomplete
read and an invalid argument (SIZE_MAX could never fit into memory).