Ticket #1681 (closed defect: fixed)
Add cast to (unsigned char) in all isspace() calls
| Reported by: | dmorissette | Owned by: | chaitanya |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | default | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | mloskot, warmerdam |
Description
Ticket #1678 pointed an issue with isspace() that requires casting of the char passed as argument to (unsigned char). The original issue has been fixed in the MITAB driver in ticket 1678, but there are 28 other places using isspace() in the current trunk version of GDAL that may need to be fixed as well (see attached list).
The issue is explained here: http://www.greenend.org.uk/rjk/2001/02/cfu.html#ctypechar
This ticket is to track this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

