Opened 12 years ago

Closed 12 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)

0001-Fix-8596-common_getgroups-copies-too-little-data.patch (940 bytes ) - added by pdziepak 12 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by pdziepak, 12 years ago

patch: 01

comment:2 by anevilyak, 12 years ago

Owner: changed from axeld to mmu_man
Status: newassigned

comment:3 by anevilyak, 12 years ago

Version: R1/alpha3R1/Development

comment:4 by anevilyak, 12 years ago

Owner: changed from mmu_man to anevilyak
Status: assignedin-progress

comment:5 by anevilyak, 12 years ago

Resolution: fixed
Status: in-progressclosed

Applied in hrev44195, thanks!

Note: See TracTickets for help on using tickets.