GNU Astronomy Utilities - Bugs: bug #48611, Buffer to copy non-directory part...
You are not allowed to post comments on this tracker with your current authentication level.
bug #48611: Buffer to copy non-directory part is too small
Submitter: | Vladimir Markelov <vvm> | ||
Submitted: | Sun 24 Jul 2016 02:24:33 AM UTC | ||
Category: | Libraries | Severity: | 2 - Minor |
Item Group: | Source code | Status: | Fixed |
Privacy: | Public | Assigned to: | vvm |
Open/Closed: | Closed |
Mon 25 Jul 2016 12:10:16 AM UTC, comment #5: |
Mohammad Akhlaghi <makhlaghi>![]() |
Mon 25 Jul 2016 12:02:24 AM UTC, comment #4: Change commit description: make all lines shorter than 75 characters:
|
Vladimir Markelov <vvm>![]() ![]() |
Sun 24 Jul 2016 11:13:39 PM UTC, comment #3: I corrected the patch description - no code changes.
|
Vladimir Markelov <vvm>![]() ![]() |
Sun 24 Jul 2016 11:10:15 AM UTC, comment #2: Great correction, thank you.
I don't know if you noticed my comments on your previous commits. So I am repeating them again here. I would be most grateful if you could correct the commit message (with 'git commit --amend' for example) and comment here when its done so I can merge it into master.
|
Mohammad Akhlaghi <makhlaghi>![]() |
Sun 24 Jul 2016 02:38:28 AM UTC, comment #1: Please see the patch at repository branch:
Commit:
|
Vladimir Markelov <vvm>![]() ![]() |
Sun 24 Jul 2016 02:24:33 AM UTC, original submission:
Off-by-one error. No space for ending '\0':
l=strlen(tmp);
|
Vladimir Markelov <vvm>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Thanks a lot. It has been merged with master and pushed onto the main repository.