-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature 1855 sonarqube fix strlen & strcpy #1898
Commits on Aug 31, 2021
-
Howard Soh committed
Aug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for d7ca364 - Browse repository at this point
Copy the full SHA d7ca364View commit details -
855 call snprintf instead of sprintf
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d322f2 - Browse repository at this point
Copy the full SHA 0d322f2View commit details -
Avoid the same for loops (SobarQube warns this)
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for c099f60 - Browse repository at this point
Copy the full SHA c099f60View commit details -
#1855 Checking the minimum rows (3) for formatting. Initialize left &…
… right array
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 868ab7d - Browse repository at this point
Copy the full SHA 868ab7dView commit details -
#1855 Removed the unreachable return statement
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 30ce2e5 - Browse repository at this point
Copy the full SHA 30ce2e5View commit details -
#1855 Avoide out of index for v_miss
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for eafb807 - Browse repository at this point
Copy the full SHA eafb807View commit details -
#1855 Keep buf_size for for-loop (avoid changing it in for loop). The…
… buffer size for strncpy is decided by the targetbuffer size or the input length, not the existing data at the target buffer. The size of existing data at the target buffer is used to erase the previous data
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for ae6a6c2 - Browse repository at this point
Copy the full SHA ae6a6c2View commit details -
#1855 Make sure the variuble c has enough data to avoid out of index …
…error
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for e94048b - Browse repository at this point
Copy the full SHA e94048bView commit details -
#1855 nake sure the index is in range (avoid out of index error)
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for fb843da - Browse repository at this point
Copy the full SHA fb843daView commit details -
#1855 Make sure no negative offset for s array
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 56ec1bf - Browse repository at this point
Copy the full SHA 56ec1bfView commit details -
#1855 Allocated line before calling getline'. Simplify the code to ch…
…eck the first level only. Check pbl_level before provcessing
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for ee6e4c6 - Browse repository at this point
Copy the full SHA ee6e4c6View commit details -
#1855 Added m_strlen, m_strcpy, m_strcpy2, and m_strncpy
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 955a8ca - Browse repository at this point
Copy the full SHA 955a8caView commit details -
#1855 Added m_strlen, m_strcpy, m_strcpy2, and m_strncpy> Check if nu…
…ll pointer
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 116c4e2 - Browse repository at this point
Copy the full SHA 116c4e2View commit details -
#1855 Calls m_strcpy intead of strcpy
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 489923f - Browse repository at this point
Copy the full SHA 489923fView commit details -
#1855 Calls m_strcpy2 intead of strcpy
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 8b0a8cf - Browse repository at this point
Copy the full SHA 8b0a8cfView commit details -
#1855 Calls m_strcpy intead of strcpy
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for f691aa5 - Browse repository at this point
Copy the full SHA f691aa5View commit details -
Merge branch 'develop' of github.com:dtcenter/MET into feature_1855_s…
…obarqube_fix
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 3de9c3d - Browse repository at this point
Copy the full SHA 3de9c3dView commit details -
#1855 Removed spaces at the empty line
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fb2ecd - Browse repository at this point
Copy the full SHA 7fb2ecdView commit details -
#1855 sonarqube: replaced strlen to m_strlen
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for d80307c - Browse repository at this point
Copy the full SHA d80307cView commit details -
#1855 sonarqube: replaced strcpy to m_strcpy
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 183f53f - Browse repository at this point
Copy the full SHA 183f53fView commit details -
#1855 sonarqube: replaced strlen to m_strlen
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b1a64b - Browse repository at this point
Copy the full SHA 7b1a64bView commit details -
#1855 sonarqube: replaced strlen to m_strlen
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for cf8ef98 - Browse repository at this point
Copy the full SHA cf8ef98View commit details -
#1855 sonarqube: replaced strlen to m_strlen
Howard Soh committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 5acda75 - Browse repository at this point
Copy the full SHA 5acda75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b975a6 - Browse repository at this point
Copy the full SHA 4b975a6View commit details