Opened 13 years ago
Closed 13 years ago
#8596 closed bug (fixed)
common_getgroups copies too little data
Reported by: | pdziepak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
common_getgroups
, when called from within the kernel, copies actualCount
bytes instead of actualCount * sizeof(gid_t)
bytes.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | 0001-Fix-8596-common_getgroups-copies-too-little-data.patch added |
---|
comment:1 by , 13 years ago
patch: | 0 → 1 |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 13 years ago
Version: | R1/alpha3 → R1/Development |
---|
comment:4 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | assigned → in-progress |
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev44195, thanks!