Hi, > > It would seem that the copy is limited to at most sizeof(uas_iu), > > so even if we had anything in add_cdb[], that wouldn't be copied > > here? > > > > Is this intended? > > Gerd, do you know?
Don't remember, it's been a few years ago ... Given that neither add_cdb nor add_cdb_length fields are checked anywhere in the code it is probably save to just comment out the add_cdb field. Should we ever need to look at add_cdb at some point in the future we can figure some better way deal with it, in the simplest case just give it a fixed size based on the needs. take care, Gerd