Bug#509963: manpages-dev: strsep manpage has wrong BUGS section

2009-01-15 Thread Michael Kerrisk
tags 509963 fixed-upstream thanks, On Tue, Jan 13, 2009 at 6:10 PM, Marc Lehmann wrote: > On Tue, Jan 13, 2009 at 05:05:22PM +1300, Michael Kerrisk > wrote: >> The strtok() function uses a static buffer while parsing, >> so it's not thread safe. Use strtok_r() if this matters to yo

Bug#509963: manpages-dev: strsep manpage has wrong BUGS section

2009-01-15 Thread Michael Kerrisk
tags 509963 fixed-upstream thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#509963: manpages-dev: strsep manpage has wrong BUGS section

2009-01-12 Thread Michael Kerrisk
Marc, On Sun, Dec 28, 2008 at 2:02 PM, Marc Lehmann wrote: > Package: manpages-dev > Version: 3.07-1 > Severity: normal > > > The BUGS section of strsep claims: > > This function suffers from the same problems as strtok(3). > > And the strtok manpage says: > > The strtok() function uses a sta

Bug#509963: manpages-dev: strsep manpage has wrong BUGS section

2008-12-27 Thread Marc Lehmann
Package: manpages-dev Version: 3.07-1 Severity: normal The BUGS section of strsep claims: This function suffers from the same problems as strtok(3). And the strtok manpage says: The strtok() function uses a static buffer while parsing, so it’s not thread safe. Use strtok_r() if this ma