Bug 1222023 - dht: buffer overrun in dht-rename
Summary: dht: buffer overrun in dht-rename
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: GlusterFS
Classification: Community
Component: distribute
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Prasanna Kumar Kalever
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-15 13:56 UTC by Prasanna Kumar Kalever
Modified: 2016-05-02 07:34 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-05-02 07:34:06 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Prasanna Kumar Kalever 2015-05-15 13:56:55 UTC
Description of problem:
Stncpy buffer overrub of destination buffer

Size argument is greater than the length of the destination buffer
        strncpy (name, newloc->name, len2);

Version-Release number of selected component (if applicable):
mainline


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