Skip to content
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

OMEMO guard against device stanza without ID #1079

Closed
jubalh opened this issue Apr 24, 2019 · 3 comments · Fixed by #1080
Closed

OMEMO guard against device stanza without ID #1079

jubalh opened this issue Apr 24, 2019 · 3 comments · Fixed by #1080
Labels
Milestone

Comments

@jubalh
Copy link
Member

jubalh commented Apr 24, 2019

@kaffeekanne got the following:

#0  0x00007f5c8ae594da in ____strtoull_l_internal () at /usr/lib/libc.so.6
#1  0x00005616709b4bb0 in _omemo_receive_devicelist (stanza=0x56167138b040, userdata=0x0) at src/xmpp/omemo.c:362
#2  0x000056167093eb29 in _message_handler (conn=0x561671203400, stanza=0x56167138b040, userdata=0x56167120d4f0) at src/xmpp/message.c:143
#3  0x00007f5c8b013719 in  () at /usr/lib/libstrophe.so.0
#4  0x00007f5c8b01027c in  () at /usr/lib/libstrophe.so.0
#5  0x00007f5c8b01c49f in  () at /usr/lib/libstrophe.so.0
#6  0x00007f5c89dc7927 in  () at /usr/lib/libexpat.so.1
#7  0x00007f5c89dc83cc in  () at /usr/lib/libexpat.so.1
#8  0x00007f5c89dca946 in XML_ParseBuffer () at /usr/lib/libexpat.so.1
#9  0x00007f5c8b013015 in xmpp_run_once () at /usr/lib/libstrophe.so.0
#10 0x0000561670937cef in connection_check_events () at src/xmpp/connection.c:99
#11 0x000056167093721f in session_process_events () at src/xmpp/session.c:271
#12 0x0000561670930b20 in prof_run (log_level=0x561670e2c990 "DEBUG", account_name=0x561670e2ca20 "tt") at src/profanity.c:127
#13 0x00005616709b51be in main (argc=1, argv=0x7ffeeaa83c58) at src/main.c:170
@jubalh jubalh added the bug label Apr 24, 2019
@jubalh jubalh added this to the 0.7.0 milestone Apr 24, 2019
jubalh added a commit to jubalh/profanity that referenced this issue Apr 24, 2019
@kaffeekanne
Copy link
Contributor

kaffeekanne commented Apr 24, 2019

Well, not yet. Brace yourself, BT is comming...

#0  0x00007f78e100b82f in raise () at /usr/lib/libc.so.6
#1  0x00007f78e0ff6672 in abort () at /usr/lib/libc.so.6
#2  0x00007f78e104de78 in __libc_message () at /usr/lib/libc.so.6
#3  0x00007f78e105478a in  () at /usr/lib/libc.so.6
#4  0x00007f78e105760c in _int_malloc () at /usr/lib/libc.so.6
#5  0x00007f78e1058b57 in malloc () at /usr/lib/libc.so.6
#6  0x00007f78e104cc3f in __vasprintf_internal () at /usr/lib/libc.so.6
#7  0x00007f78e192782a in g_vasprintf () at /usr/lib/libglib-2.0.so.0
#8  0x00007f78e194b45e in g_strdup_vprintf () at /usr/lib/libglib-2.0.so.0
#9  0x00007f78e198b0b5 in g_error_new_valist () at /usr/lib/libglib-2.0.so.0
#10 0x00007f78e198b19c in g_set_error () at /usr/lib/libglib-2.0.so.0
#11 0x00007f78e197c33e in g_key_file_get_value () at /usr/lib/libglib-2.0.so.0
#12 0x00007f78e197d494 in g_key_file_get_string () at /usr/lib/libglib-2.0.so.0
#13 0x000055a708c7d16e in _theme_prep_fgnd (setting=0x55a708cde03a "statusbar.brackets", lookup_str=0x55a70f507180, bold=0x7ffe1591b138) at src/config/theme.c:718
#14 0x000055a708c7d5a8 in theme_attrs (attrs=THEME_STATUS_BRACKET) at src/config/theme.c:787
#15 0x000055a708c3a221 in _status_bar_draw_time (pos=1) at src/ui/statusbar.c:406
#16 0x000055a708c39c7d in status_bar_draw () at src/ui/statusbar.c:261
#17 0x000055a708c35335 in ui_update () at src/ui/core.c:140
#18 0x000055a708c10b2a in prof_run (log_level=0x55a70acf5990 "DEBUG", account_name=0x55a70acf5a20 "tt") at src/profanity.c:129
#19 0x000055a708c951db in main (argc=1, argv=0x7ffe1591b358) at src/main.c:170

@jubalh jubalh reopened this Apr 24, 2019
@kaffeekanne
Copy link
Contributor

does not look like omemo though, sorry

@jubalh
Copy link
Member Author

jubalh commented Apr 24, 2019

Yeah lets create a new issue for this :)

@jubalh jubalh closed this as completed Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants