This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
726ea3c8a99d51a178bb73224347f7c2ea4d2b47
nuttx
/
libs
/
libc
/
stdlib
T
History
Adam Porter
3505cce201
drivers/usbhost/usbhost_composite.c: The cfgdesc pointer was initialized after the buffer had been advanced, so it was not pointing where it should. The totallen operations at the end of the function ended up overwriting memory belonging to the first copied interface descriptor.
2019-06-22 07:27:15 -06:00
..
Kconfig
…
lib_abort.c
drivers/usbhost/usbhost_composite.c: The cfgdesc pointer was initialized after the buffer had been advanced, so it was not pointing where it should. The totallen operations at the end of the function ended up overwriting memory belonging to the first copied interface descriptor.
2019-06-22 07:27:15 -06:00
lib_abs.c
…
lib_bsearch.c
…
lib_checkbase.c
…
lib_div.c
…
lib_itoa.c
…
lib_labs.c
…
lib_ldiv.c
…
lib_llabs.c
…
lib_lldiv.c
…
lib_mbtowc.c
…
lib_mkstemp.c
…
lib_mktemp.c
…
lib_ptsname.c
…
lib_ptsnamer.c
…
lib_qsort.c
…
lib_rand.c
libs/libc/stdlib and include/stdlib.h: Add implementation of random() and srandom().
2018-07-19 11:21:49 -06:00
lib_srand.c
Fix another error found in build testing.
2018-07-19 15:19:36 -06:00
lib_strtod.c
…
lib_strtof.c
…
lib_strtol.c
Squashed commit of the following:
2019-02-14 07:03:02 -06:00
lib_strtold.c
…
lib_strtoll.c
Squashed commit of the following:
2019-02-14 07:03:02 -06:00
lib_strtoul.c
Minor fixes to some spacing.
2019-02-14 15:57:15 -06:00
lib_strtoull.c
Minor fixes to some spacing.
2019-02-14 15:57:15 -06:00
lib_unlockpt.c
…
lib_wctomb.c
…
Make.defs
…