Re: [fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-28 Thread Tobias Giesen
As I noted in your bug report, this has been fixed in 2.2.1 for several months already. But the fix must be copied to 2.2.0 too, because the Lazarus team is still spreading this crash on their daily snapshots. I don't know who is responsible for that. Can you tell me? Cheers, Tobias

Re: [fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-28 Thread Jonas Maebe
On 28 May 2008, at 08:06, Tobias Giesen wrote: As I noted in your bug report, this has been fixed in 2.2.1 for several months already. But the fix must be copied to 2.2.0 too, because the Lazarus team is still spreading this crash on their daily snapshots. Nothing will be merged into

[fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-27 Thread Tobias Giesen
Hello, the Widestring Delete function in wstrings.inc accesses memory beyond the end of the string. This causes crashes after a while. The Delete function has been fixed in FPC 2.3 but the fix must be copied to the earlier branches too. I have submitted this as a bug in Mantis:

Re: [fpc-pascal] WARNING: Widestring Delete function causes crashes (FPC 2.2.0)

2008-05-27 Thread Jonas Maebe
On 28 May 2008, at 03:21, Tobias Giesen wrote: the Widestring Delete function in wstrings.inc accesses memory beyond the end of the string. This causes crashes after a while. The Delete function has been fixed in FPC 2.3 but the fix must be copied to the earlier branches too. I have submitted