Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Patch to fix few possible issues
Re: Patch to fix few possible issues [message #56114 is a reply to message #56106] Thu, 28 January 2021 09:37 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Only one worth fixing is

Core/Vcont.h 312

Other than that, I am unwilling to change the code just to support a tool with such poor understanding of C++:

Core/Mem.h	316	?	V792 The 'Cmp128' function located to the right of the operator '&' will be called regardless of the value of the left operand. Perhaps, it is better to use '&&'.
Core/Mem.h	330	?	V792 The 'Cmp128' function located to the right of the operator '&' will be called regardless of the value of the left operand. Perhaps, it is better to use '&&'.
Core/Value.h	138	fixed	V557 Array overrun is possible. The '2' index is pointing beyond array bound.
Core/Value.h	139	fixed	V557 Array overrun is possible. The '2' index is pointing beyond array bound.
Core/z.cpp	243	not a bug	V614 Uninitialized buffer 'h' used. Consider checking the first actual argument of the 'Poke32le' function.


On the positive note, I have fixed theide so that goto position now works with Copy of file/line part from the xlsx Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: WebSocket Clear method don't clear error
Next Topic: Help to setup U++ on vs code.
Goto Forum:
  


Current Time: Sun Apr 28 10:38:40 CEST 2024

Total time taken to generate the page: 0.06599 seconds