Bug 5588 - svc.c: svc_getreqset() buffer overflow
Summary: svc.c: svc_getreqset() buffer overflow
Status: NEW
Alias: None
Product: uClibc
Classification: Unclassified
Component: Networking (show other bugs)
Version: 0.9.33.2
Hardware: PC Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 15:52 UTC by Dmitriy
Modified: 2012-10-05 15:53 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch (524 bytes, patch)
2012-10-05 15:53 UTC, Dmitriy
Details

Note You need to log in before you can comment on or make changes to this bug.
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