xlog use-after-free

2021-01-08 Thread Chris K2CR
the attached diff, which solves the crash for me and generated a (mostly) clean valgrind output. Without this patch, lp->type was being assigned even though lp was just freed in the call to log_file_close(). Thank you and 73 -Chris K2CR -- Chris Ruvolo K2CR k2cr.ra...@gmail.com In

Re: xlog use-after-free

2021-01-08 Thread Chris K2CR
log file using the open dialog. BTW, I was surprised that we're sticking with CVS. I think it might be easier for others to contribute if more modern tools like git are employed. Regards and 73 -Chris K2CR -- Chris Ruvolo K2CR k2cr.ra...@gmail.com

Re: xlog use-after-free

2021-01-08 Thread Chris K2CR
possible that there are others. I'll run with valgrind for a bit and see if it comes up with anything else. > Finding bugs is great. Submitting quality patches, as you have done, is > even better! Thanks!! Glad to help. 73 -Chris K2CR -- Chris Ruvolo K2CR k2cr.ra...@gmail.com