Modify ↓
Opened at 2007-08-21T17:36:30Z
Closed at 2007-08-30T22:36:04Z
#312 closed defect (fixed)
global.conf my be null when loading plugins, causing a segfault
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.0.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
http://frugalware.org/~vmiklos/patches/bitlbee-global-conf-may-be-null.patch
fixes this:
(gdb) run -v -n -D Starting program: /home/vmiklos/scm/bzr/bitlbee/bitlbee -v -n -D Program received signal SIGSEGV, Segmentation fault. 0x080673c7 in load_plugins () at nogaim.c:69 69 dir = g_dir_open(global.conf->plugindir, 0, &error);
Attachments (0)
Change History (1)
comment:1 Changed at 2007-08-30T22:36:04Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in some other way.