summaryrefslogtreecommitdiff
path: root/doc/FAQ_hungarian
diff options
context:
space:
mode:
authorTom Lane2006-05-21 20:07:13 +0000
committerTom Lane2006-05-21 20:07:13 +0000
commit5c4de6704454cebb57662a272f823159844ecf72 (patch)
treedf84415bd02118c424a6a3309d7cca2e3a2fee47 /doc/FAQ_hungarian
parent583a472f7b02b0d2b99462addff060eb551465cf (diff)
Change the backend to reject strings containing invalidly-encoded multibyte
characters in all cases. Formerly we mostly just threw warnings for invalid input, and failed to detect it at all if no encoding conversion was required. The tighter check is needed to defend against SQL-injection attacks as per CVE-2006-2313 (further details will be published after release). Embedded zero (null) bytes will be rejected as well. The checks are applied during input to the backend (receipt from client or COPY IN), so it no longer seems necessary to check in textin() and related routines; any string arriving at those functions will already have been validated. Conversion failure reporting (for characters with no equivalent in the destination encoding) has been cleaned up and made consistent while at it. Also, fix a few longstanding errors in little-used encoding conversion routines: win1251_to_iso, win866_to_iso, euc_tw_to_big5, euc_tw_to_mic, mic_to_euc_tw were all broken to varying extents. Patches by Tatsuo Ishii and Tom Lane. Thanks to Akio Ishida and Yasuo Ohgaki for identifying the security issues.
Diffstat (limited to 'doc/FAQ_hungarian')
0 files changed, 0 insertions, 0 deletions