Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file pscp.c version 8349f7baa1
|
2013-07-11
| ||
| 12:24 | It's not actually legal by the C standard to call qsort with a null array pointer, _even_ if you're asking it to sort zero elements so that in principle it should never dereference that pointer. Fix the four instances in PSCP/PSFTP where this was previously occurring. check-in: ff4be3ebbd user: simon tags: trunk | |