mbed-os/libraries
Bogdan Marinescu ae16d3efa8 Fix NULL pointer indirection in FilePath
If the FileBase::lookup operation in the constructor of FilePath returns
NULL, subsequent operations (such as isFile()/isFileSystem()) will call
methods on a NULL 'fb' pointer. This commit fixes this issue by adding
explicit NULL checks and a new method in FilePath (exists()).
2013-09-05 14:09:27 +03:00
..
USBDevice USBDevice: Silence GCC warning 2013-08-21 22:23:35 -07:00
USBHost usbhost: fixed skip bits/max size conf descriptor 2013-03-18 14:54:08 +00:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
fs fs: Silence GCC signed/unsigned warnings 2013-08-19 22:53:49 -07:00
mbed Fix NULL pointer indirection in FilePath 2013-09-05 14:09:27 +03:00
net Asm versions of netstack memcpy() and lwip_standard_chksum() 2013-08-30 06:09:16 -07:00
rpc Added LPC1114 and target for some test cases 2013-08-16 00:24:09 +09:00
rtos Merge remote-tracking branch 'upstream/master' 2013-07-26 15:50:59 +01:00
tests LPC2368 [GCC_ARM, GCC_CR]: 2013-08-31 13:33:34 +09:00