Tizen
CWE-762 Mismatched Memory Management Routines V611 The memory was allocated using ‘alloca’ function but was released using the ‘free’ function. Consider inspecting operation logics behind the...
View ArticleTizen
A typo V3001 There are identical sub-expressions ‘RwWait’ to the left and to the right of the ‘|’ operator. Xamarin.Forms.Platform.WP8 SplitOrderedList.cs 458 struct SimpleRwLock { const int RwWait =...
View ArticleResearcher Claims Samsung’s Tizen OS is Poorly Programmed; Contains 27,000 Bugs!
A researcher has claimed that Samsung’s Tizen operating system that runs on millions of Samsung products is so poorly programmed that it could contain nearly 27,000 programming errors, which could also...
View ArticleTizen
Memory error PVS-Studio warning: V527 It is odd that the ‘\0’ value is assigned to ‘char’ type pointer. Probably meant: *body[new_len] = ‘\0’. http_request.c 370 Software weaknesses type – CWE-787:...
View ArticleTizen
Erroneous conditions V3022 Expression ‘!LeftBoundIsForward’ is always false. clipper_library clipper.cs 838 V3022 Expression ‘!LeftBoundIsForward’ is always true. clipper_library clipper.cs 863...
View Article