Laaca Czech republic, 14.10.2023, 13:37 |
Release candidate for Blocek 1.75 (Announce) |
I am finishing the new version of text editor Blocek. I would appreciate it if you would test this release. --- |
Laaca Czech republic, 20.10.2023, 13:16 @ Laaca |
Release candidate for Blocek 1.75 |
Well, we found quite severe stability problems under FreeDOS. So, please, do not spread this test version. --- |
RayeR CZ, 27.10.2023, 06:42 @ Laaca |
Release candidate for Blocek 1.75 |
> Well, we found quite severe stability problems under FreeDOS. So, please, --- |
Laaca Czech republic, 27.10.2023, 19:29 @ RayeR |
Release candidate for Blocek 1.75 |
> Interesting that only freedos has problem, I quickly tested under MS-DOS --- |
RayeR CZ, 28.10.2023, 01:39 @ Laaca |
Release candidate for Blocek 1.75 |
> I found two obvious bugs in the code causing writtig into already --- |
glennmcc North Jackson, Ohio (USA), 28.10.2023, 06:30 @ RayeR |
Release candidate for Blocek 1.75 |
> > I found two obvious bugs in the code causing writtig into already --- |
Laaca Czech republic, 28.10.2023, 08:56 @ glennmcc |
Release candidate for Blocek 1.75 |
> Is that a 'use-after-free' like I keep seeing in the bug fixes of Linux --- |
RayeR CZ, 31.10.2023, 23:54 @ Laaca |
Release candidate for Blocek 1.75 |
It's good to set the pointer value to NULL just after calling free, or maybe even better use a macro that will do this. Dereferencing NULL usually case an exception that cannot be missed but using deallocated memory can cause much more headache due to hidden/random behavior... --- |