Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a number of out of bounds accesses. #241

Merged
merged 1 commit into from
Mar 8, 2015
Merged

Conversation

xycaleth
Copy link
Contributor

@xycaleth xycaleth commented Nov 1, 2013

Visual Studio's static code analyser found a number of out of bounds array accesses. This commit fixes a number of them as well as a few other problems the analyser brought up.

This also fixes #1 in the issue tracker.

Visual Studio's static code analyser found a number of out of bounds array
accesses. This commit fixes a number of them as well as a few other problems
the analyser brought up.

This also fixes TTimo#1 in the issue tracker.
@TTimo
Copy link
Owner

TTimo commented Nov 20, 2013

As we discussed in irc some time ago, this seems a bit dangerous to apply with no bugs to explicitly fix and no real way to make sure there are no regressions from this.

I am tempted to push those in with the next GtkRadiant release cycle though (1.6.5), and ask folks to compile a few of their more complex maps with the new compiler, report if there are new problems.

TTimo added a commit that referenced this pull request Mar 8, 2015
Fixed a number of out of bounds accesses.
@TTimo TTimo merged commit 3f58715 into TTimo:master Mar 8, 2015
@TTimo
Copy link
Owner

TTimo commented Mar 8, 2015

Trying to get a new release cycle under way .. might as well pull this in. Thanks for submitting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

out of bound read in q3map2/shaders.c
2 participants