Another set of segfaults cleared out

This commit is contained in:
Jeremiah Orians 2021-01-05 23:22:26 -05:00
parent bdd4e65580
commit 25fd5e66c9
No known key found for this signature in database
GPG Key ID: 6B3A3F198708F894
3 changed files with 9 additions and 6 deletions

View File

@ -91,6 +91,8 @@ int macro_number()
int macro_primary_expr()
{
require(NULL != macro_token, "got an EOF terminated macro expression\n");
if('-' == macro_token->s[0])
{
eat_current_token();
@ -125,6 +127,7 @@ int macro_additive_expr()
int lhs = macro_primary_expr();
int hold;
require(NULL != macro_token, "got an EOF terminated macro expression\n");
if(match("+", macro_token->s))
{
eat_current_token();

View File

@ -169,8 +169,8 @@ a2a83f42119e646b389b98647cf6cf2aa9597185997c9453db746178c8c4c0bf test/results/t
698853b79efb30865a663c4863c050639eb21c7400008f7840830503928973d4 test/results/test0106-knight-native-binary
45c2ba61dc209d7ffa39de9ff0f0a7f8f3ea4d7e38598c72f982fcaf9a05c84a test/results/test0106-knight-posix-binary
944580ff4aae38aafac139faf6eed5bfe4ff68b01a7a3adfa346de8803101182 test/results/test0106-x86-binary
2ea5fa821d8271981c5dbe0886438bf92a4f64c21520b31457c15b64134ce805 test/results/test1000-aarch64-binary
522919033cfb5d810b032a1aa3d9aee62eb9bc7029bc05ac8b36a860be1f9781 test/results/test1000-amd64-binary
7a6f502c54d36df4dc208f41a2cd15546f48ca7b65bb7a1fad6b0df60267f035 test/results/test1000-armv7l-binary
943ff65e9fb5e344391d1591b208f8f690f68d8f3439a9ac772b3ae9ff53f707 test/results/test1000-knight-posix-binary
df92a06472639d93715663676cc94e24267239ace2a79265cdd9a89b9ed96584 test/results/test1000-x86-binary
7624d26de7191e538716b4d1c94111264fd07d3712f6bd859b4734b6a40274bd test/results/test1000-aarch64-binary
d5257947d94d24e4e441aaa5ab86a4deb9b3b582093f2c0798eb951939e97180 test/results/test1000-amd64-binary
311213a5dbccf6b5e3645484dafecdb60d54d8f37b20c8faf369c570c0201af0 test/results/test1000-armv7l-binary
3b1463f91d93f6893eaa098eac742fd59b5207a57e516affd75e7cc88e80fe2e test/results/test1000-knight-posix-binary
b7ed6661c7bd665423f19afdd0e7f587ec648b8fb8419447ad9f19e9858d78a4 test/results/test1000-x86-binary

View File

@ -1 +1 @@
4f2512fe3a0b6192840fb7e8c03d75b67ed2b95d1eb45f046fccfacdc30e44c6 test/test1000/proof
7748c40bab7245fd8291b3082ea2fadafbd4d5bc63953f872c1d05046600a8b0 test/test1000/proof