-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avoid unitialized access in nasl parsing #252
Conversation
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
=======================================
Coverage 31.13% 31.13%
=======================================
Files 133 133
Lines 2505 2505
=======================================
Hits 780 780
Misses 1725 1725
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
=======================================
Coverage 31.92% 31.92%
=======================================
Files 133 133
Lines 2500 2500
=======================================
Hits 798 798
Misses 1702 1702
Continue to review full report at Codecov.
|
Sorry, cant fill file with 10 char extra comments. |
Size of 19 was introduced with f85dbd3. PR: greenbone#252 This broke the nasl_isotime_add function.
Size of 19 was introduced with f85dbd3. PR: greenbone#252 This broke the nasl_isotime_add function.
* Add nasl log domain * Revert `ISOTIME_SIZE` from 19 to 16 Size of 19 was introduced with f85dbd3. PR: #252 This broke the nasl_isotime_add function. * Add zero values at end of iso time When time in the format like '869-10-02 12:34' or '869-10-02 12' was given to string2isotime() the function did not fill up the missing seconds and minutes with zeroes. * Fix formatting
* Add nasl log domain * Revert `ISOTIME_SIZE` from 19 to 16 Size of 19 was introduced with f85dbd3. PR: #252 This broke the nasl_isotime_add function. * Add zero values at end of iso time When time in the format like '869-10-02 12:34' or '869-10-02 12' was given to string2isotime() the function did not fill up the missing seconds and minutes with zeroes. * Fix formatting (cherry picked from commit e7f4daf)
* Add nasl log domain * Revert `ISOTIME_SIZE` from 19 to 16 Size of 19 was introduced with f85dbd3. PR: #252 This broke the nasl_isotime_add function. * Add zero values at end of iso time When time in the format like '869-10-02 12:34' or '869-10-02 12' was given to string2isotime() the function did not fill up the missing seconds and minutes with zeroes. * Fix formatting (cherry picked from commit e7f4daf)
…backport) * Add nasl log domain * Revert `ISOTIME_SIZE` from 19 to 16 Size of 19 was introduced with f85dbd3. PR: #252 This broke the nasl_isotime_add function. * Add zero values at end of iso time When time in the format like '869-10-02 12:34' or '869-10-02 12' was given to string2isotime() the function did not fill up the missing seconds and minutes with zeroes. * Fix formatting (cherry picked from commit e7f4daf) Co-authored-by: ArnoStiefvater <[email protected]>
…backport) * Add nasl log domain * Revert `ISOTIME_SIZE` from 19 to 16 Size of 19 was introduced with f85dbd3. PR: #252 This broke the nasl_isotime_add function. * Add zero values at end of iso time When time in the format like '869-10-02 12:34' or '869-10-02 12' was given to string2isotime() the function did not fill up the missing seconds and minutes with zeroes. * Fix formatting (cherry picked from commit e7f4daf) Co-authored-by: ArnoStiefvater <[email protected]>
No description provided.