On 06/24/2016 08:19 PM, Michalis Kamburelis wrote:
After upgrading fpc 2.6.4 -> 3.0.0, I'm seeing a bug where (as noted in
subject) reference-counted function results are not being initialized to
nil.
They were never guaranteed to be initialized to nil.
Reference-counted types (unlike other ty
> After upgrading fpc 2.6.4 -> 3.0.0, I'm seeing a bug where (as noted in
> subject) reference-counted function results are not being initialized to
> nil.
They were never guaranteed to be initialized to nil.
Reference-counted types (unlike other types) cannot contain memory
garbage. But it doesn
Hi all,
After upgrading fpc 2.6.4 -> 3.0.0, I'm seeing a bug where (as noted in
subject) reference-counted function results are not being initialized to
nil.
Is this a known bug?
I am seeing it in ansistrings and also dynamic arrays. Here is an
example program to see it with ansistrings: