Page 1 of 1

issue-#109 Bounds checking in Kernel.MakeFileName

Posted: Tue Mar 15, 2016 5:26 pm
by Ivan Denisov
This voting is about issue-#109:
http://redmine.blackboxframework.org/issues/109
The discussion

The arrays bounds checking logic assumes that the file type is 3 characters long. This can lead to unnecessarily rejecting supplied types, and can cause a run-time index-out-of-range trap.

The suggested differences:
http://redmine.blackboxframework.org/pr ... b02938df3e

The BlackBox version for testing:
http://blackboxframework.org/unstable/i ... a1.453.zip

Re: issue-#109 Bounds checking in Kernel.MakeFileName

Posted: Thu Mar 17, 2016 6:26 am
by Ivan Denisov
Voting finished.

Resulting version:
http://blackboxframework.org/unstable/m ... a1.456.zip