Message87413
Confirmed in PC/getpathp.c:
size_t r = mbstowcs(wenvpath, _envpath, MAXPATHLEN+1);
envpath = wenvpath;
if (r == (size_t)-1 || r >= MAXPATHLEN)
envpath = NULL; |
|
Date |
User |
Action |
Args |
2009-05-07 23:39:37 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, fabioz |
2009-05-07 23:39:37 | amaury.forgeotdarc | set | messageid: <1241739577.46.0.37217519858.issue5924@psf.upfronthosting.co.za> |
2009-05-07 23:39:36 | amaury.forgeotdarc | link | issue5924 messages |
2009-05-07 23:39:36 | amaury.forgeotdarc | create | |
|