diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2005-08-25 21:49:47 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2005-08-25 21:49:47 +0000 |
| commit | 2b9d9f700b4f26ed273f90c1594954fbf60038a3 (patch) | |
| tree | db545516244dd8117d254c8bc689434b396ceeb1 /ldap/synctools/passwordsync/passsync/syncserv.cpp | |
| parent | cad76b5f2a5db241a647e777e929efff2467c98a (diff) | |
Bug(s) fixed: 165600
Bug Description: Adding multiple attributes using a single ldapmodify crashes ns-slapd
Branch: Directory71RtmBranch
Reviewed by: Nathan (Thanks!)
Fix Description: In C, the array '[]' dereference operator takes precedence over the '*' deref operator. In this case, I needed to put parentheses around the pointer dereference to avoid having array dereferenced first. modary is a pointer to an array, not an array, so I can't dereference it with the array operator until I first dereference the pointer.
Platforms tested: RHEL3
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none
Diffstat (limited to 'ldap/synctools/passwordsync/passsync/syncserv.cpp')
0 files changed, 0 insertions, 0 deletions
