poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] double-free syntax error


From: apache2
Subject: [BUG] double-free syntax error
Date: Mon, 9 May 2022 20:08:29 +0200
User-agent: Mutt/1.9.3 (2018-01-21)

Hi,

running the attached module with the command in the comment on line 1 yields:
:~$ poke -c 'load zfs;' -c 'open("/dev/null")' -c "var x=(ZFS_send @ 0 : 0#b);" 
-c 'x;' -c "x'size"
zfs.pk:150:6: error: syntax error: unexpected type name
     ZFS_drr[] records;
     ^~~~~~~
double free or corruption (!prev)
Aborted

Doe this happen for you too, or just for me?

As far as I can tell it's the } at the end of line 149 that causes the problem, 
but aborting seems a bit drastic :-)

Attachment: double-free.pk
Description: application/tex-pk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]