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(libcob): NATIONAL項目のMOVEのメモリ違反の修正 #45

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

ytr-sakamoto
Copy link

DISPLAY以外の数値項目からNATIONAL項目へMOVEする際,
不正なメモリへの書き込みが発生していたため,該当箇所を修正した.

DISPLAY以外の数値項目からNATIONAL項目へMOVEする際,
不正なメモリへの書き込みが発生していたため,該当箇所を修正した.
@ytr-sakamoto
Copy link
Author

テストも通して問題なかったため、マージします。

@ytr-sakamoto ytr-sakamoto merged commit 6f3a875 into develop Aug 9, 2019
@GitMensch
Copy link

GitMensch commented Aug 10, 2019

I suggest to revise it, ideally there should be no merge if no test case was added (otherwise neither the bug is reproducible nor the correct behavior is ensured to be correct in the future, too).

@ytr-sakamoto Can you please add a test to test/run.src/misc.at which would fail with the previous version and is now fixed?
I also suggest to take care of #33 whenever adding something (maybe add the rule that before a merge there needs to be both a test and a Changelog entry).

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.

2 participants