Changes between Initial Version and Version 1 of Ticket #5570, comment 8


Ignore:
Timestamp:
09/29/2024 03:03:35 PM (8 weeks ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5570, comment 8

    initial v1  
    88> I don't know how to resolve.
    99
    10 It's actually caused by a Use After Free I carelessly introduced when I ported the code.  I've fixed it and now with the [https://wiki.linuxfromscratch.org/lfs/attachment/ticket/5570/expect-5.45.4-tcl9-DRAFT.patch attached patch] (on top of the gcc 14 patch) for expect, and `sed s/encoding/translation/` -i lib/utils.exp` for dejagnu, all dejagnu tests pass.
     10It's actually caused by a Use After Free I carelessly introduced when I ported the code.  I've fixed it and now with the [https://wiki.linuxfromscratch.org/lfs/attachment/ticket/5570/expect-5.45.4-tcl9-DRAFT.patch attached patch] (on top of the gcc 14 patch) for expect, and `sed s/encoding/translation/ -i lib/utils.exp` for dejagnu, all dejagnu tests pass.