Skip to content

Addressed CodeQL warnings, fixed an unloadable input stream type

Latest
Compare
Choose a tag to compare
@dwvisser dwvisser released this 18 Oct 16:11
· 1 commit to master since this release
  • The warnings were all related to implicit casting to long and potential over/underflows. I don't think they were practically exploitable, but I've addressed them anyway.
  • Fixed a bug where UconnInputStream wouldn't load in Setup Offline at runtime (just needed an explicit default constructor).