Menu

#3691 Certain characters in the query cause crash

New
nobody
None
Medium
Defect
2015-05-13
2015-05-13
Friedrich
No

The software crashes with an integer overflow when you insert the character "ä" with the hex encoding "61 cc 88". The common utf-8 encoded character "ä" with "C3 A4" [hex] works fine.

Try yourself and insert the following lines into the query textarea:

-- ä  <- no error
--<- produces integer overflow, software crashes
1 Attachments

Discussion