diff options
Diffstat (limited to 'regress/82-bn_prepops-null-deref.lua')
-rwxr-xr-x | regress/82-bn_prepops-null-deref.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/82-bn_prepops-null-deref.lua b/regress/82-bn_prepops-null-deref.lua index 6a1d617..47757d2 100755 --- a/regress/82-bn_prepops-null-deref.lua +++ b/regress/82-bn_prepops-null-deref.lua @@ -14,7 +14,7 @@ -- bn_prepops(L, &r, &a, NULL, 1); -- ... -- } --- +-- -- Caught by clang static analyzer. This was introduced with a patch adding -- the :sqr method. This should have been caught sooner as the :sqr method -- couldn't have possibly ever worked--a missing or non-numeric second |