Skip to content

UJOC-4: Secure string handling

Stefan Schalk requested to merge sts/libujo-c:UJOC-4 into master
  • add function to check string buffer size
  • add test for new buffer size check function
  • change the string buffer size parameter type from "size_t" to "ujoUInt32"...
  • ... in module "ujo_reader.c" and "ujo_writer.c"
  • remove some trailing spaces in source code

Merge request reports