]> git.xonotic.org Git - xonotic/gmqcc.git/commit
ast_call_check_types should not check more parameters than actually available in...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 29 Oct 2012 13:35:50 +0000 (14:35 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 29 Oct 2012 13:35:50 +0000 (14:35 +0100)
commitbd739528ad1f715cd21e5afe2f60b73a8011c3ee
treea0520eaaedd27b3ab79e279a6fc44203fd48ae10
parent6126db10df2426fbc8919cafbd53ef62488a7f64
ast_call_check_types should not check more parameters than actually available in both the call and the function type - fixes a crash introduced by this on variadic functions
ast.c