Bug 1333

Summary: scp(1) should use symbolic constants for buffer sizes
Product: Portable OpenSSH Reporter: Iain Morgan <imorgan>
Component: scpAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: trivial CC: djm
Priority: P3    
Version: 4.6p1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1353    

Description Iain Morgan 2007-07-06 08:40:50 AEST
The buffer sizes used in scp.c are currently specified as explicit in
various locations. It might be better to #define a symbolic constant
(or two) and use it instead.
Comment 1 Damien Miller 2007-10-26 10:36:44 AEST
fixed in solution to bug #799
Comment 2 Damien Miller 2008-03-31 15:20:45 AEDT
Fix shipped in 4.9/4.9p1 release.