mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 11:34:54 +08:00
d9d3107d8d
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
|