mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Argument of LowerCase() and UpperCase() is cast to int via unsigned char to avoid passing negative integer in the case if the argument char is in the extended part of ASCII table (which would result in undefined behavior according to C++ standard).
10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
puts "# ======================================================================"
|
|
puts "# 0029925: Foundation Classes - add missing cast to LowerCase() and UpperCase() arguments"
|
|
puts "# ======================================================================"
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
puts "Check safety of character classification functions for all valid chars"
|
|
OCC29925
|