Ignore:
Timestamp:
Oct 24, 2014, 4:01:38 PM (11 years ago)
Author:
bird
Message:

trunk,0.6: Fixed buffer overflow in fsResolveUnix that would trigger if the input path was too long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h

    r3859 r3914  
    189189/** Get the native path instead, no unix root translations. */
    190190#define __LIBC_BACKFS_FLAGS_RESOLVE_NATIVE      0x10
     191/** Direct buffer mode for testing purposes.  */
     192#define __LIBC_BACKFS_FLAGS_RESOLVE_DIRECT_BUF  0x8000
    191193/** @} */
    192194
Note: See TracChangeset for help on using the changeset viewer.