Skip to content

util,console: guard against overwritten util functions

Rodrigo Muino Tomonari requested to merge github/fork/Trott/simian into master

Some functions in util and console will happily invoke other functions in util that have been overridden. The internal use of these functions is an implementation detail and users should not be able to indirectly affect them this way.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

util console

Merge request reports

Loading