]> granicus.if.org Git - sudo/commit
When copying gr_mem we must guarantee that the storage space for
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jan 2008 22:32:52 +0000 (22:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jan 2008 22:32:52 +0000 (22:32 +0000)
commit2a5a01c22dbacd368766bcf3357ef830f90c83aa
treed79d7b8b7b975e16273c3c26414e2f4795d51f96
parent09c1189d1b56f329b793b5b5c7fbe8079d644a8e
When copying gr_mem we must guarantee that the storage space for
gr_mem is properly aligned.  The simplest way to do this is to
simply store gr_mem directly after struct group.  This is not a
problem for gr_passwd or gr_name as they are simple strings.
pwutil.c