On Thu, 2016-07-07 at 21:45 +0200, Petter Reinholdtsen wrote:
> [Adam D. Barratt]
> > The version in unstable has:
> >
> > if (month < 0) {
> > /* make sure that nothing bad happens if the month bits were zero */
> > month = 0;
> > }
> >
> > which seems like a more minimal-style change than the assert. Could we
> > have an updated debdiff including that change, please?
>
> You misunderstand. My proposed patch for jessie do not use the
> assert(). I used the assert() to make sure the bug was present, as I
> could not get it to crash with a negative month value. It was only used
> in test code.
Okay.
> The changes I propose for Jessie can be seen via
> <URL:
> https://anonscm.debian.org/cgit/collab-maint/dosfstools.git/log/?h=debian/jessie
> >.
I intentionally asked for a debdiff, not a pointer to a repository. Bug
reports should stand alone and not be reliant on external resources
which may change or disappear.
Is the diff in <[email protected]> still current?
Regards,
Adam