Summary: | chktex detects wrong file names when following \input commands | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Edgar Gonzàlez i Pellicer <ausias.et.al> |
Component: | Current packages | Assignee: | TeX project <tex> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Fix to the file FindErr.c, to replace an undefined call to strcpy
Fix to the file FindErr.c, to replace an undefined call to strcpy Ebuild which includes the attached patch. Fix to the file FindErr.c, to replace an undefined call to strcpy |
Description
Edgar Gonzàlez i Pellicer
2011-09-17 19:15:45 UTC
Created attachment 286819 [details, diff]
Fix to the file FindErr.c, to replace an undefined call to strcpy
See bug report for a description of the detected bug, and my proposal to fix it.
Created attachment 286821 [details, diff]
Fix to the file FindErr.c, to replace an undefined call to strcpy
My excuses! I attached the wrong patch format!
Created attachment 286823 [details, diff]
Ebuild which includes the attached patch.
After
ebuild chktex-1.6.4-r1 merge
The compiled chktex no longer shows the bug.
BTW, I also filed a bug report in the chktex project page: https://savannah.nongnu.org/bugs/index.php?34322 Created attachment 286825 [details, diff]
Fix to the file FindErr.c, to replace an undefined call to strcpy
The patched code I had previously attached could produce a segfault under certain conditions. This updated patch should fix it.
should be fixed in 1.7.3 then |