This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] [BZ 17273] fix incorrect mount table entry parsing in __getmntent_r()


> 	[BZ 17273]

This should look like:

	[BZ #17273]

> 	* misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
> 	and tabs from bufer before parsing fstab entry.

Typo: bufer

> +       /* Part III: Entry with whitespaces at the end of a line. */
> +      rewind (fp);

The indentation of the comment should match the following line of code.

OK with those fixes.

Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]