issue-#109 Bounds checking in Kernel.MakeFileName

Locked

Should we merge topic branch issue-#109 with master?

Yes
7
100%
No
0
No votes
Abstain
0
No votes
 
Total votes: 7

Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

issue-#109 Bounds checking in Kernel.MakeFileName

Post 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
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

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

Post by Ivan Denisov »

Voting finished.

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