Created
February 21, 2017 20:42
-
-
Save dogbert17/a32e2ebdc3fee069e173f00141417789 to your computer and use it in GitHub Desktop.
cppcheck
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[6model/sc.c:48]: (error) Uninitialized variable: scb | |
[6model/serialization.c:2214]: (error) Dereferencing 'reader' after it is deallocated / released | |
[core/bytecode.c:871]: (error) Dereferencing 'rs' after it is deallocated / released | |
[core/bytecodedump.c:87]: (error) Memory leak: o | |
[core/exceptions.c:767]: (error) Uninitialized struct member: lh.handler_out_of_dynamic_scope | |
[core/frame.c:1115]: (error) Uninitialized variable: effective_idx | |
[core/frame.c:1130]: (error) Uninitialized variable: effective_idx | |
[core/nativecall_libffi.c:420]: (error) Memory leak: values | |
[mast/compiler.c:1604]: (error) Deallocating a deallocated pointer: ws | |
[spesh/dump.c:286]: (error) Uninitialized variable: result | |
[strings/normalize.c:74]: (error) Memory leak: result | |
[strings/normalize.c:115]: (error) Memory leak: result | |
[strings/normalize.c:161]: (error) Memory leak: result | |
[strings/utf8.c:202]: (error) Memory leak: buffer | |
[strings/utf8_c8.c:686]: (error) Memory leak: result |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment