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

Fix write past fixed size buffer #1234

Merged
merged 1 commit into from
Jul 13, 2017
Merged

Fix write past fixed size buffer #1234

merged 1 commit into from
Jul 13, 2017

Conversation

brada4
Copy link
Contributor

@brada4 brada4 commented Jul 11, 2017

Fix #660 #1089
Maybe change weights in 01a119a 5155e3f

Essentially buffer[size] is accessed at buffer[size+1] in last loop. It is visible when build machine is same as run machine, distribution packages build with lots of spare thread slots and unlikely are affected.
It is not a fix, just it adds blank where otherwise nearby structure is corrupted to no gdb-recognition.
Probably there are others, I just scanned nearby lines with [x] and [y+1] and looked at [x]

@brada4 brada4 mentioned this pull request Jul 13, 2017
2 tasks
@xianyi xianyi merged commit 2a7c693 into OpenMathLib:develop Jul 13, 2017
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.

Deadlock in threaded dgemv
2 participants