[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd crash on modrdn - newSuperior (ITS#2075)



A followup.  I've fixed this in our local source tree by modifying
servers/slapd/repl.c line 374 as follows:

- if( moddn->newsup != NULL ) {
+ if( moddn->newsup != NULL && moddn->newsup->bv_val != NULL ) {

PS: sorry about duplicate ITS 2076.  :-(
-Alan