git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 94ae6ba) | patch
isdigit() needs an unsigned char argument.
Thu, 6 Mar 2014 19:19:00 +0000 (21:19 +0200)
Thu, 6 Mar 2014 19:40:10 +0000 (21:40 +0200)
commit a0c2fa9b5cfaf9595e8809a68eec929a5052834e
isdigit() needs an unsigned char argument.

Per the C standard, the routine should be passed an int, with a value that's
representable as an unsigned char or EOF. Passing a signed char is wrong,
because a negative value is not representable as an unsigned char.
Unfortunately no compiler warns about that.
src/backend/utils/adt/timestamp.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /