-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System crash on mdns TXT query (IDFGH-2035) #4224
Comments
github-actions
bot
changed the title
System crash on mdns TXT query
System crash on mdns TXT query (IDFGH-2035)
Oct 21, 2019
Thank you for reporting the issue. This has been fixed in our internal master branch now. |
espressif-bot
pushed a commit
that referenced
this issue
Nov 19, 2019
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes #4224
espressif-bot
pushed a commit
that referenced
this issue
Nov 19, 2019
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes #4224
espressif-bot
pushed a commit
that referenced
this issue
Dec 10, 2019
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes #4224
espressif-bot
pushed a commit
that referenced
this issue
Dec 10, 2019
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes #4224
0xFEEDC0DE64
pushed a commit
to 0xFEEDC0DE64/esp-idf
that referenced
this issue
May 5, 2021
david-cermak
pushed a commit
to david-cermak/esp-protocols
that referenced
this issue
Mar 24, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
Mar 25, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
Apr 8, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
May 17, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
May 27, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
May 27, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
gabsuren
pushed a commit
to gabsuren/esp-protocols-1
that referenced
this issue
May 27, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
0xFEEDC0DE64
pushed a commit
to 0xFEEDC0DE64/esp-protocols
that referenced
this issue
Jun 30, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
euripedesrocha
pushed a commit
to euripedesrocha/esp-protocols
that referenced
this issue
Oct 17, 2022
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
kyvaith
pushed a commit
to kyvaith/mdns
that referenced
this issue
Oct 4, 2024
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname was used as instance name. Closes espressif/esp-idf#4224 * Original commit: espressif/esp-idf@3d11700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Problem Description
System crashes on reception on mdns TXT query, by accessing a NULL pointer to a struct.
Fuction _mdns_append_txt_record assignes str[1] = service->service; but service is NULL.
Expected Behavior
Device should not crash
Actual Behavior
System reset
Steps to repropduce
Code to reproduce this issue
Debug Logs
Other items if possible
The text was updated successfully, but these errors were encountered: