Bugzilla – Bug 79
pbsdsh.c has incorrect type cast for ioenv
Last modified: 2010-09-14 20:57:29 MDT
You need to log in before you can comment on or make changes to this bug.
The calloc for ioenv in pbsdsh.c should be for sizeof(char *) and not sizeof(char);
this appears to be fixed in 2.4-fixes, 2.5-fixes, and trunk so I am resolving the ticket.