Logo
Explore Help
Sign In
scratch/lwip
1
0
Fork 0
You've already forked lwip
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
32aa9a41e2013e5ee6eee09317a848647e37badf
lwip/src
History
Dirk Ziegelmeier 32aa9a41e2 Apply patch from Kudratov Olimjon: Array index used before limits check
while ((q != NULL) && (options[offset] != DHCP_OPTION_END) && (offset < offset_max)) {
should be
while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) {

See https://jira.reactos.org/browse/CORE-8978 for more info.
2017-04-19 06:35:07 +02:00
..
api
sockets.c: Make sock_inc_used overflow check robust.
2017-04-18 20:50:33 +02:00
apps
mqtt: move struct mqtt_client_s and inner structs to new file mqtt_priv.h (to hide it from apps but provide it for tests)
2017-04-12 21:50:58 +02:00
core
Apply patch from Kudratov Olimjon: Array index used before limits check
2017-04-19 06:35:07 +02:00
include
opt.h: provide LWIP_NUM_SYS_TIMEOUT_INTERNAL as default value for MEMP_NUM_SYS_TIMEOUT that can be extended by local lwipopts.h
2017-04-12 21:52:34 +02:00
netif
Add macro ETH_ADDR() to initialize a struct eth_addr with its 6 bytes and taking care of correct braces
2017-04-11 08:49:15 +02:00
Filelists.mk
Filelists.mk: Move all mbedtls related files to own section
2017-03-28 20:42:21 +02:00
FILES
update some FILES list files
2016-08-03 20:21:54 +02:00
Powered by Gitea Version: 1.24.5 Page: 336ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API