commit | b34499f5c851d1a70db95b56bd02eff0329d4a1a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 23 21:58:55 2013 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 23 21:58:55 2013 +1000 |
tree | dff6c533f2c9067e37ccb45fb4b4c36247134227 | |
parent | a14c418aee9d4ccd7cf888024e318b300173099f [diff] |
[BUILTIN] Fixed argument parsing crash in test When nexpr gets an unexpected EOI, this may cause crashes further up the call chain because we've advanced t_wp too far. Fix it by checking for EOI in nexpr and only advancing t_wp if we've got more arguments. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>