Re: Unsolicited GNU bc patch

2022-08-06 Thread Thomas DiModica
e line in storage.c could be changed, I think, but, in my opinion, it is better to move the code so that it more consistently handles all types. In addition, while the line "if (id->v_name <= MAX_STORE)" is annoying in that it is different, it isn't guarding against an invalid access. Thank you again, Thomas DiModica

Unsolicited GNU bc patch

2022-08-05 Thread Thomas DiModica
what helpful, Thomas DiModica From 3ecfe21c965956f3913e9bc340df729234e4453b Mon Sep 17 00:00:00 2001 From: Thomas DiModica Date: Tue, 19 Jul 2022 19:28:12 -0600 Subject: [PATCH] Resolving the crashes found through fuzz testing by HongxuChen. --- bc/execute.c | 54 +---