Hi,

Am 13.04.2016 um 10:55 schrieb Jean-Pierre André:

Ok. Merged.
Thanks for the feedback.

Additionally I did:
- made (auth < 100) superfluous

Not superfluous on some compilers.
But superfluous if auth is first filled with u8 value, please again see my now 
simplified patch.

- compacted showsid()
Reverted, see new patches.

- replaced d with u in formatstring.

Debatable, as the argument can obviously not be negative,
taking it anyway.
If eg. attr array char value is 0x80, it will be displayed as -128.
You prevent from this by repetitively doing " & 255" which could be saved by just using u in format string.
Similar problem with hex view, if value > 9, so additionally replaced d with x.

- Ulf

Attachment: missing_break.patch
Description: application/download

Attachment: reference_range_violation.patch
Description: application/download

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
ntfs-3g-devel mailing list
ntfs-3g-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to