Message71977
| Author | hyeshik.chang |
|---|---|
| Recipients | henry.precheur, hyeshik.chang |
| Date | 2008-08-26.12:40:19 |
| SpamBayes Score | 0.13220474 |
| Marked as misclassified | No |
| Message-id | <1219754439.44.0.575712011546.issue3685@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This problem is due to OpenBSD's libc bug. It's fixed 3 days ago. (http://www.openbsd.org/cgi- bin/cvsweb/src/lib/libc/string/wcschr.c#rev1.4) We can workaround by replacing use of wcschr(ws, L'\0') to ws + wcslen(ws). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-26 12:40:39 | hyeshik.chang | set | recipients: + hyeshik.chang, henry.precheur |
| 2008-08-26 12:40:39 | hyeshik.chang | set | messageid: <1219754439.44.0.575712011546.issue3685@psf.upfronthosting.co.za> |
| 2008-08-26 12:40:20 | hyeshik.chang | link | issue3685 messages |
| 2008-08-26 12:40:20 | hyeshik.chang | create | |