Opened 15 years ago
Closed 15 years ago
#59 closed defect (fixed)
new sed version breaks testsuite
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | zzuf |
Description
The new version of sed somehow broke the test suite: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533977
Change History (3)
comment:1 Changed 15 years ago by
Component: | zzuf → core |
---|---|
Product: | → zzuf |
Summary: | zzuf: new sed version breaks testsuite → new sed version breaks testsuite |
comment:2 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
This is due to
getc_unlocked
using the_IO_getc_unlocked
macro which directly accesses the FILE structure.