For systems with a large number of target ports and/or groups the
message may be larger than an isns server can handle and would
get dropped. Also, the previous code would SEGV as the 4096 byte
message buffer being built up would overrun and corrupt the stack
for large registrations.
For systems with a large number of target ports and/or groups the message may be larger than an isns server can handle and would get dropped. Also, the previous code would SEGV as the 4096 byte message buffer being built up would overrun and corrupt the stack for large registrations.
Signed-off-by: Kyle Fortin kyle.fortin@oracle.com