mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 19:31:56 +01:00
* Fix from A. Klenin wrt out of bounds in ipfisn, mantis #19634
git-svn-id: trunk@17838 -
This commit is contained in:
parent
589d061c3d
commit
a59fa38434
@ -578,7 +578,7 @@ begin
|
||||
begin
|
||||
q:=1/h^[i-1]; b^[i-2]:=py^[i]*q-py^[i-1]*(p+q)+py^[i-2]*p; p:=q
|
||||
end;
|
||||
slegpb(n-1, 1, {2,} t^[0], b^[0], pd2s^[1], ca, term);
|
||||
slegpb(n-1, 1, {2,} t^[1], b^[0], pd2s^[1], ca, term);
|
||||
freemem(h, n*s);
|
||||
freemem(b, (n-1)*s);
|
||||
freemem(t, 2*(n-1)*s);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user