Opened 14 years ago
Last modified 14 years ago
#1791 new defect
PATCH: unsafe use of isspace(3)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | libass |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
According to POSIX isspace function accepts only value of unsigned char or
a value of EOF constant. Otherwise the behaviour is undefined, and
it is very bad in some libc-s. Patch is in attachment.
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 14 years ago
Summary: | unsafe use of isspace(3) → PATCH: unsafe use of isspace(3) |
---|
adding patch to bug title...
Note:
See TracTickets
for help on using tickets.
fix for isspace(3) calls