Commits

Albert Cheng committed 1af1bd5fb3a
[svn-r11234] Purpose: bug fix. Description: The code for functions snprintf and vsnprintf ignored the size parameter. It could overflow the buffer. The two functions are supported by many platforms now. Disable the code and see what platform(s) still need it. Platforms tested: h5committested Misc. update: