mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Fixed one reason of the well-known "decompression overran buffer" error.
This commit is contained in:
parent
8b08f0f797
commit
1ae3fa7078
@ -2170,6 +2170,10 @@ REC VIO_record(TDBB tdbb, register RPB * rpb, FMT format, JrdMemoryPool *pool)
|
||||
if (rpb->rpb_prior == old)
|
||||
rpb->rpb_prior = record;
|
||||
}
|
||||
else
|
||||
{
|
||||
record->rec_length = format->fmt_length;
|
||||
}
|
||||
|
||||
record->rec_format = format;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user