1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/fclasses/bug29925
kgv d9d3107d8d 0029925: Foundation Classes - add missing cast to LowerCase() and UpperCase() arguments
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).
2018-07-06 15:45:01 +03:00

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