Bug 864980 - cura-networking: missing overflow check in LIST_IMPL
Summary: cura-networking: missing overflow check in LIST_IMPL
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: cura-networking
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Radek Novacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 864846
TreeView+ depends on / blocked
 
Reported: 2012-10-10 14:42 UTC by Florian Weimer
Modified: 2016-12-01 00:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-15 10:18:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2012-10-10 14:42:50 UTC
The LIST_IMPL macro expands to code which does not check for an overflow during the size calculation for malloc and realloc.

malloc and realloc failures are not checked properly.


Note You need to log in before you can comment on or make changes to this bug.