Skip to content

src/netpipe.c: fix buffer overflow

The bstring[] arrays were too short for what was being copied into them. Make them a bit longer (longer than necessary, but a little extra headroom isn't a problem).

Signed-off-by: Jeff Squyres jsquyres@cisco.com

Merge request reports