Subject Server Crash
Author Adam
Hello Group

If savepoint name is too long (over 31 chars) during set savepoint
operation, the engine crashes.

Is this a known issue? If not I will add it to tracker.

Firebird 1.5.4 Classic, Windows XP.

---
This works fine:
savepoint a123456789012345678901234567890;

This crashes the server:
savepoint a1234567890123456789012345678901;
---

If it is a new issue, could someone see if it still occurs in 2.x?

TIA
Adam


PS: In case anyone was wondering who in their right mind would try
this, I was attempting to use a GUID as the basis for a savepoint
name. It could be used in a client side DoS for the Superserver engine.