Bug 5588

Summary: svc.c: svc_getreqset() buffer overflow
Product: uClibc Reporter: Dmitriy <bulavskids>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: major CC: uclibc-cvs
Priority: P5    
Version: 0.9.33.2   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: patch

Description Dmitriy 2012-10-05 15:52:52 UTC
To prvent readfds buffer it is necessary to check setsize varible like in glibc.
Patch is attached.
Comment 1 Dmitriy 2012-10-05 15:53:43 UTC
Created attachment 4580 [details]
patch