esp-open-rtos/extras
funnydog 65a0c95b13 extras/sntp: fix an off-by-one bug in sntp_set_servers()
The function sntp_set_servers() duplicates the strings supplied in the
server_url[] array into new strings but forgets to allocate the extra
byte needed for the \0 terminator for each string.

Fix the problem by using strdup(), which allocates the right amount of
memory and copies the string at once.
2017-03-14 20:32:51 +01:00
..
ads111x ADS1113/ADS1114/ADS1115 I2C DAC driver + example 2016-11-22 20:10:03 +05:00
bearssl Add BearSSL extra (#340) 2017-02-15 17:44:11 +06:00
bmp180 FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
bmp280 Bmp280 option (#220) 2016-11-23 17:16:03 +02:00
cpp_support FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
crc_generic Crc fix and update (#347) 2017-02-27 22:35:56 +06:00
dhcpserver FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
dht Extras/DHT improvements: makefile fix, replace DHT_TYPE macro by param (#252) 2016-10-26 16:41:08 +03:00
ds18b20 ds18b20 fix for temperature below zero 2016-11-25 21:42:50 +02:00
ds1302 DS1302 RTC driver (#258) 2016-11-05 12:12:16 +02:00
ds1307 DS1307 set month & weekday fix (#264) 2016-11-05 12:12:47 +02:00
ds3231 RTC drivers fix (#259) 2016-11-01 11:40:19 +02:00
fatfs FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
fonts ssd1306 more functions (#310) 2016-12-13 19:42:23 +06:00
hd44780 HD44780 documentation (#262) 2016-11-03 12:01:18 +02:00
hmc5883l HMC5883L driver + example 2016-10-13 14:59:52 +05:00
http-parser HTTP parser intergation (#263) 2016-11-23 17:58:02 +02:00
httpd added support for large WebSocket frames 2017-02-03 07:33:27 +00:00
i2c Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
i2s_dma add some missing include & fixed display output on sh1104 (#319) 2017-01-03 00:40:54 +02:00
ina3221 Ina3221 (#318) 2016-12-29 19:45:25 +05:00
jsmn Add JSON support 2016-05-15 22:32:14 +10:00
max7219 MAX7219/MAX7221 dirver + example 2017-02-09 03:31:51 +05:00
mbedtls mbedtls: Remove WIN32 #ifdef sections, use socket's SO_ERROR flag over errno when possible 2016-05-27 11:51:11 +10:00
mcp4725 Driver + example for MCP4725 12-bit I2C DAC 2016-11-21 21:28:08 +05:00
ms561101ba03 Code style fixes for MS5611 2016-12-24 22:26:48 +05:00
onewire Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
paho_mqtt_c FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
pca9685 Driver for PCA9685 + example 2016-12-19 05:53:07 +05:00
pcf8574 License changed to MIT 2016-03-02 02:19:46 +05:00
pwm Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
rboot-ota Fix #313 2016-12-17 21:00:37 +05:00
sdio Driver for SD/MMC cards (#239) 2016-10-20 10:03:05 +03:00
sntp extras/sntp: fix an off-by-one bug in sntp_set_servers() 2017-03-14 20:32:51 +01:00
softuart Softuart (#307) 2017-03-06 23:28:20 +06:00
spiffs Process recursive folder for spiffs images (#320) 2017-01-12 14:57:50 +02:00
ssd1306 add some missing include & fixed display output on sh1104 (#319) 2017-01-03 00:40:54 +02:00
stdin_uart_interrupt open_esplibs: add a skeleton for code in more libraries. (#266) 2016-11-12 20:54:24 +02:00
tsl2561 FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
ultrasonic Driver for ultrasonic range meters + example 2016-10-13 00:09:13 +05:00
ws2812 Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
ws2812_i2s Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00