Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1098)

Ticket Resolution Summary Owner Reporter
#715 duplicate bug in glib event loop management Emanuele Giaquinta
Description

To reproduce:

  • create a jabber account and set as server "gmail.com"
  • execute 'account x on' and 'account x off'

glib starts logging indefinitely

(process:PID): GLib-WARNING : poll(2) failed due to: Bad file descriptor.

The problem is possibly caused by the fact that

  • 'proxy_connect_none' creates an io watcher with 'b_input_add'
  • 'gaim_io_connected' is never called
  • 'account x off' triggers a 'closesocket' on the fd.

Since 'gaim_io_connected' is not called the io watcher is not removed and thus poll barfs, as the fd is invalid after 'closesocket'.

#981 fixed [Patch] Harden Bitlbee by compiling it as a position independent executable (PIE) by default. Erik Bosman
Description

Position independent executables are much harder to exploit because they randomise useful code snippets used by ROP exploits.

#590 wontfix Talk to WLM contacts with Yahoo wilmer Erwin Bronkhorst <erwinbronkhorst@…>
Description

Since a while, the Yahoo and Windows Live Messenger network are 'merged', making it possible to add contacts from each network to another. I've several WLM-contacts in my Yahoo-account, but I'm unable to talk with them in BitlBee. I can receive their messages, but the messages I send don't reach their screen. I've no problems chatting with native Yahoo-contacts.

Note: See TracQuery for help on using queries.